Merge pull request #2 from devindice/Testing-AWS

Testing Sleep in Startup
This commit is contained in:
Kyle Hibbard 2022-08-17 09:38:08 -04:00 committed by GitHub
commit 23e637ca87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
#!/bin/bash
sleep 6000
if [ -n "$VNC_PASSWORD" ]; then
echo -n "$VNC_PASSWORD" > /.password1
x11vnc -storepasswd $(cat /.password1) /.password2