Include username
This commit is contained in:
parent
41c0c6f449
commit
f4193ff66d
|
@ -8172,7 +8172,7 @@ function tox_avahi {
|
||||||
|
|
||||||
# publish regularly
|
# publish regularly
|
||||||
if ! grep -Fxq "toxavahi" /etc/crontab; then
|
if ! grep -Fxq "toxavahi" /etc/crontab; then
|
||||||
echo '* * * * * root toxavahi > /dev/null' >> /etc/crontab
|
echo "* * * * * root toxavahi $MY_USERNAME > /dev/null" >> /etc/crontab
|
||||||
fi
|
fi
|
||||||
|
|
||||||
systemctl restart avahi-daemon
|
systemctl restart avahi-daemon
|
||||||
|
|
Loading…
Reference in New Issue