lgsm local mirror
 
 

10 lines
210 B

#!/bin/bash
# LGSM fn_check_root function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Version: 210115
if [ $(whoami) = "root" ]; then
fn_printfailnl "Do NOT run this script as root!"
exit
fi