Must not run as root

This commit is contained in:
Michael Stanclift 2020-06-03 15:45:41 -05:00
parent 0ff690a2f0
commit 71827c613a

View File

@ -1355,9 +1355,10 @@ function echo_need {
if [ ! "$EUID" -ne 0 ]
then
MESSAGE="${MESSAGE} ROOT"
echo_fail
MESSAGE="Root User Detected"
MESSAGE="${PROGRAM} Must Not Run as Root"
echo_warn
exit_nochange