Correction : backslash manquant
This commit is contained in:
parent
f5ec4bf2ee
commit
705e977852
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ start() {
|
||||||
if ! is_running; then
|
if ! is_running; then
|
||||||
set -e
|
set -e
|
||||||
vncserver \
|
vncserver \
|
||||||
-xstartup ./xstartup
|
-xstartup xstartup \
|
||||||
-localhost \
|
-localhost \
|
||||||
-alwaysshared \
|
-alwaysshared \
|
||||||
-securitytypes none
|
-securitytypes none
|
||||||
|
|
Loading…
Reference in a new issue