Skip to content
Snippets Groups Projects
Commit 5f873e6f authored by Bob Mottram's avatar Bob Mottram
Browse files

Sleep for some time before first running zeronetavahi

parent 8b9c885c
No related branches found
No related tags found
No related merge requests found
......@@ -315,6 +315,8 @@ if ! grep -q "zeronetavahi" /tmp/crontab; then
echo "* * * * * $MY_USERNAME zeronetavahi > /dev/null" >> /tmp/crontab
fi
sudo cp /tmp/crontab /etc/crontab
sleep 8
zeronetavahi
existing_zeronet=$(ps aux | grep zeronet | wc -l)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment