Sleep for some time before first running zeronetavahi
This commit is contained in:
parent
8b9c885c5a
commit
5f873e6f41
|
@ -315,6 +315,8 @@ if ! grep -q "zeronetavahi" /tmp/crontab; then
|
||||||
echo "* * * * * $MY_USERNAME zeronetavahi > /dev/null" >> /tmp/crontab
|
echo "* * * * * $MY_USERNAME zeronetavahi > /dev/null" >> /tmp/crontab
|
||||||
fi
|
fi
|
||||||
sudo cp /tmp/crontab /etc/crontab
|
sudo cp /tmp/crontab /etc/crontab
|
||||||
|
|
||||||
|
sleep 8
|
||||||
zeronetavahi
|
zeronetavahi
|
||||||
|
|
||||||
existing_zeronet=$(ps aux | grep zeronet | wc -l)
|
existing_zeronet=$(ps aux | grep zeronet | wc -l)
|
||||||
|
|
Loading…
Reference in New Issue