Correction to self-elevation section that is disabled in production.

This commit is contained in:
Asif Bacchus 2018-09-06 00:03:40 -06:00
parent 57dd2de557
commit 8bcfad2dac
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ fi
### elevate script -- used during program testing
#if [ $EUID != 0 ]; then
# sudo "$0" "$scriptPath"
# sudo "$0" "$@"
# exit $?
#fi