From 944dcd38184c781d01c0e0b27191fe7fb186252d Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 20 May 2023 23:27:42 +0200 Subject: [PATCH] Correction : point pour le chemin de xstartup --- bin/headlessvnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/headlessvnc b/bin/headlessvnc index 8f47c73..83d535f 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