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

Include username

parent 41c0c6f4
No related branches found
No related tags found
No related merge requests found
......@@ -8167,12 +8167,12 @@ function tox_avahi {
exit 58432
fi
make install
toxavahi
 
# publish regularly
if ! grep -Fxq "toxavahi" /etc/crontab; then
echo '* * * * * root toxavahi > /dev/null' >> /etc/crontab
echo "* * * * * root toxavahi $MY_USERNAME > /dev/null" >> /etc/crontab
fi
 
systemctl restart avahi-daemon
......
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