Testing Sleep in Startup

This commit is contained in:
Kyle Hibbard 2022-08-17 09:33:46 -04:00 committed by Devin Dice
parent 5cb2cecef8
commit 84575ea4b2
1 changed files with 3 additions and 0 deletions

View File

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