From 71cf6b99a3b89dc94dd2e79a470f9f7eebdbd4af Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 6 Apr 2024 15:12:49 +0200 Subject: [PATCH] =?UTF-8?q?headlessvnc=20:=20pas=20besoin=20d'=C3=A9crire?= =?UTF-8?q?=20toutes=20les=20lettres=20pour=20d=C3=A9clencher=20une=20comm?= =?UTF-8?q?ande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/headlessvnc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/headlessvnc b/bin/headlessvnc index 1281513..0db8a5a 100755 --- a/bin/headlessvnc +++ b/bin/headlessvnc @@ -57,10 +57,10 @@ status() { } case "$1" in - ""|status) status ;; - start) start ;; - stop) stop ;; - restart) + ""|stat*) status ;; + star*) start ;; + sto*) stop ;; + r*) stop start ;;