From 5d3640f475c4f8a168957a6be264bba506d33c23 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 24 Aug 2015 19:45:04 +0100 Subject: [PATCH] Publish every minute --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 8f01efcb..76252551 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8198,7 +8198,7 @@ function tox_avahi { # publish regularly if ! grep -Fxq "publish-to-avahi" /etc/crontab; then - echo '*/1 * * * * root /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab + echo '* * * * * root /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab fi echo 'tox_avahi' >> $COMPLETION_FILE