From 705e9778524e0e84fe95b93418b0d15215a0a282 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 20 May 2023 23:25:21 +0200 Subject: [PATCH] Correction : backslash manquant --- bin/headlessvnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/headlessvnc b/bin/headlessvnc index 9a47560..8f47c73 100755 --- a/bin/headlessvnc +++ b/bin/headlessvnc @@ -43,7 +43,7 @@ start() { if ! is_running; then set -e vncserver \ - -xstartup ./xstartup + -xstartup xstartup \ -localhost \ -alwaysshared \ -securitytypes none