Remove check for sudo

This commit is contained in:
twangboy 2017-12-07 17:31:31 -07:00
parent b9f2863b60
commit 04c00827f1
2 changed files with 0 additions and 10 deletions

View File

@ -42,11 +42,6 @@ quit_on_error() {
exit -1
}
if [ $EUID -ne 0 ]
then echo "This script must be run with sudo"
exit
fi
############################################################################
# Check passed parameters, set defaults
############################################################################

View File

@ -46,11 +46,6 @@ quit_on_error() {
exit -1
}
if [ $EUID -ne 0 ]
then echo "This script must be run with sudo"
exit
fi
############################################################################
# Check passed parameters, set defaults
############################################################################