This corrects a syntax error for the sudo command, normally 'username -c' is associated with 'su'

This commit is contained in:
Stephan Buys 2014-07-22 21:07:24 +02:00
parent a364ee6209
commit 7068f288f3

View File

@ -112,7 +112,7 @@ fi
SUDO=""
if [ -n "{{SUDO}}" ]; then
SUDO="sudo root -c"
SUDO="sudo "
fi
EX_PYTHON_OLD={EX_THIN_PYTHON_OLD} # Python interpreter is too old and incompatible