Update entry.sh

changed novnc from home dir to opt
pull/2/head
don 3 years ago committed by GitHub
parent dcd3f0fc5f
commit cdb709d27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,3 @@
#!/bin/bash
/usr/bin/vncserver :99 &
/home/alpine/noVNC/utils/novnc_proxy --vnc 127.0.0.1:5999
/opt/noVNC/utils/novnc_proxy --vnc 127.0.0.1:5999

Loading…
Cancel
Save