Testing Sleep in Startup
This commit is contained in:
parent
62a8d697e4
commit
37c9c05dc5
|
|
@ -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 New Issue