diff --git a/other/examples/remote/sudo/exec b/other/examples/remote/sudo/exec index b4ebe4cf..90eae2da 100755 --- a/other/examples/remote/sudo/exec +++ b/other/examples/remote/sudo/exec @@ -27,4 +27,4 @@ # host="$1"; shift -ssh -q "$host" sudo "$@" +ssh -q "$host" sudo sh -c \""$@"\"