Fixed typo in su command.
This commit is contained in:
parent
c745b52803
commit
48f26b7c4d
|
@ -317,7 +317,7 @@ then {
|
|||
|
||||
std_sleep
|
||||
|
||||
if ! su root -c"$sucommand"
|
||||
if ! su root -c "$sucommand"
|
||||
then {
|
||||
echo
|
||||
echo "Either you entered an incorrect password or we failed to run"
|
||||
|
|
Loading…
Reference in New Issue