Skip to content

Commit

Permalink
fix vnc server
Browse files Browse the repository at this point in the history
  • Loading branch information
bugparty committed Jan 18, 2022
1 parent 06d5101 commit 57de8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo rm -f /tmp/.X*-lock /tmp/.X11-unix/X*
sleep 3

if [ -z $vnv_password ]; then
/usr/bin/vncserver -geometry 1920x1080 -fg -localhost -SecurityTypes None,TLSNone
/usr/bin/vncserver -geometry 1920x1080 -fg -SecurityTypes None,TLSNone
else
/usr/bin/vncserver -geometry 1920x1080 -fg -localhost
/usr/bin/vncserver -geometry 1920x1080 -fg
fi

0 comments on commit 57de8f2

Please sign in to comment.