diff --git a/rootfs/startup.sh b/rootfs/startup.sh index ff75e31..c0c4ba5 100755 --- a/rootfs/startup.sh +++ b/rootfs/startup.sh @@ -1,4 +1,7 @@ #!/bin/bash + +sleep 6000 + if [ -n "$VNC_PASSWORD" ]; then echo -n "$VNC_PASSWORD" > /.password1 x11vnc -storepasswd $(cat /.password1) /.password2