1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
#!/bin/bash |
|||
# LGSM fn_rootcheck function |
|||
# Author: Daniel Gibbs |
|||
# Website: http://danielgibbs.co.uk |
|||
# Version: 011214 |
|||
|
|||
if [ $(whoami) = "root" ]; then |
|||
fn_printfailnl "Script will not run as root!" |
|||
exit |
|||
fi |
Loading…
Reference in new issue