running as non-root should rc=3

This commit is contained in:
Jerome Charaoui 2021-01-11 22:26:33 -05:00
parent 99a43e6dc5
commit 9d921c26c3

View File

@ -553,7 +553,7 @@ fi
if [ "$UID" != "0" ]; then
echo "`basename $0` can only be run as root"
exit 2
exit 3
fi
## Process each configuration file