Merge pull request #3 from devindice/Testing-AWS

Moving Sleep for Testing
This commit is contained in:
Kyle Hibbard 2022-08-17 10:34:29 -04:00 committed by GitHub
commit 538f46d0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
#!/bin/bash
sleep 6000
if [ -n "$VNC_PASSWORD" ]; then
echo -n "$VNC_PASSWORD" > /.password1
x11vnc -storepasswd $(cat /.password1) /.password2
@ -137,4 +135,6 @@ grep "127.0.0.1 archive.linux.duke.edu" /etc/hosts || echo "127.0.0.1 archive.li
chown -R $USER:$USER /home/$USER/
sleep 6000
exec /bin/tini -- supervisord -n -c /etc/supervisor/supervisord.conf