mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 17:06:15 +01:00
Merge pull request #3 from devindice/Testing-AWS
Moving Sleep for Testing
This commit is contained in:
commit
538f46d0a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue