Include username

This commit is contained in:
Bob Mottram 2015-08-25 20:13:04 +01:00
parent 41c0c6f449
commit f4193ff66d
1 changed files with 2 additions and 2 deletions

View File

@ -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