diff --git a/bin/headlessvnc b/bin/headlessvnc index ae7dba1..ad1d5a1 100755 --- a/bin/headlessvnc +++ b/bin/headlessvnc @@ -85,8 +85,8 @@ public_stop() { # Restart the VNC server public_restart() { - stop - start + public_stop + public_start } # Parse argument