]> git.pld-linux.org Git - packages/tigervnc.git/commitdiff
- fixed - sleep: syntax error: Invalid argument '3s'
authorMarcin Krol <hawk@tld-linux.org>
Sun, 21 Jul 2013 18:52:03 +0000 (18:52 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 21 Jul 2013 18:52:03 +0000 (18:52 +0000)
vncserver.init

index 393fa29ae8ed0e05b160405fea3fb3924d1d1930..afa4f2383531e5df7374d5e8ab5aa4f067963c6f 100755 (executable)
@@ -106,7 +106,7 @@ case "$1" in
        ;;
   restart)
        stop
-       sleep 3s
+       sleep 5
        start
        exit $?
        ;;
This page took 0.14538 seconds and 4 git commands to generate.