Include username
This commit is contained in:
parent
41c0c6f449
commit
f4193ff66d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue