mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
This corrects a syntax error for the sudo command, normally 'username -c' is associated with 'su'
This commit is contained in:
parent
a364ee6209
commit
7068f288f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user