From f4193ff66daf1218fc061431979e236488432d46 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 25 Aug 2015 20:13:04 +0100 Subject: [PATCH] Include username --- src/freedombone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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