forked from ahurac/dotfiles
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
|
||||
set -e
|
||||
vncserver \
|
||||
-xstartup ./xstartup
|
||||
-xstartup xstartup \
|
||||
-localhost \
|
||||
-alwaysshared \
|
||||
-securitytypes none
|
||||
|
|
Loading…
Reference in a new issue