Browse Source

core_exit

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
eb74cfa459
  1. 2
      lgsm/functions/check_root.sh

2
lgsm/functions/check_root.sh

@ -9,5 +9,5 @@ if [ $(whoami) = "root" ]; then
if [ -d "${scriptlogdir}" ]; then if [ -d "${scriptlogdir}" ]; then
fn_scriptlog_fatal "${selfname} attempted to run as root." fn_scriptlog_fatal "${selfname} attempted to run as root."
fi fi
exit 1 core_exit.sh
fi fi

Loading…
Cancel
Save