Browse Source

Sleep for some time before first running zeronetavahi

Bob Mottram 9 years ago
parent
commit
5f873e6f41
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-meshweb

+ 2
- 0
src/freedombone-meshweb View File

@@ -315,6 +315,8 @@ if ! grep -q "zeronetavahi" /tmp/crontab; then
315 315
     echo "* *     * * *   $MY_USERNAME    zeronetavahi > /dev/null" >> /tmp/crontab
316 316
 fi
317 317
 sudo cp /tmp/crontab /etc/crontab
318
+
319
+sleep 8
318 320
 zeronetavahi
319 321
 
320 322
 existing_zeronet=$(ps aux | grep zeronet | wc -l)