Commit 48f26b7c authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed typo in su command.

parent c745b528
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment