Correction : backslash manquant

This commit is contained in:
Hippolyte Chauvin 2023-05-20 23:25:21 +02:00
parent f5ec4bf2ee
commit 705e977852

View file

@ -43,7 +43,7 @@ start() {
if ! is_running; then
set -e
vncserver \
-xstartup ./xstartup
-xstartup xstartup \
-localhost \
-alwaysshared \
-securitytypes none