mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-08 01:15:38 +01:00
Merge pull request #2 from devindice/Testing-AWS
Testing Sleep in Startup
This commit is contained in:
commit
23e637ca87
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sleep 6000
|
||||
|
||||
if [ -n "$VNC_PASSWORD" ]; then
|
||||
echo -n "$VNC_PASSWORD" > /.password1
|
||||
x11vnc -storepasswd $(cat /.password1) /.password2
|
||||
|
|
|
|||
Loading…
Reference in a new issue