Skip to content

Commit

Permalink
Merge pull request #81 from ashesofdream/patch-1
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
john-shine authored Jan 13, 2024
2 parents 71e7257 + d0bd65a commit 1652012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaiduNetdisk/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo rm -f /tmp/.X*-lock /tmp/.X11-unix/X*
sleep 3

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

0 comments on commit 1652012

Please sign in to comment.