Skip to content

Commit

Permalink
fix gpk error
Browse files Browse the repository at this point in the history
fix gpk error
  • Loading branch information
iambenmitchell authored Aug 23, 2020
1 parent 1e5f69e commit 12c1270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnc-version/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN printf '%s\n' \
'xterm &' > ~/.vnc/xstartup

# this won't work if you have 99 monitors, 98 monitors is fine though // don't forget to remove the lock file incase you shut down incorrectly or create an image.
RUN printf '%s\n%s\n%s\n\n' \
RUN printf '%s\n%s\n%s\n%s\n\n' \
'sudo rm -f /tmp/.X99-lock' \
'export DISPLAY=:99' \
'vncserver -kill :99 || true' \
Expand Down

0 comments on commit 12c1270

Please sign in to comment.