explicitly set root on sudo command, just being verbose no change in functionality

This commit is contained in:
Matthew Saunders Brown 2022-04-20 12:02:18 -07:00
parent 9f69f46a0b
commit 848fd67d87

View File

@ -4,8 +4,7 @@
# any script that includes this conf file will force user to be root
if [ "$USER" != "root" ]; then
#exec sudo -u root $0 $@
exec sudo $0 $@
exec sudo -u root $0 $@
fi
# constants