diff --git a/src/freedombone b/src/freedombone index c93531b5..407fa993 100755 --- a/src/freedombone +++ b/src/freedombone @@ -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