Pārlūkot izejas kodu

Publish every minute

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
5d3640f475
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Parādīt failu

@@ -8198,7 +8198,7 @@ function tox_avahi {
8198 8198
 
8199 8199
   # publish regularly
8200 8200
   if ! grep -Fxq "publish-to-avahi" /etc/crontab; then
8201
-      echo '*/1            * *   *   *   root /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab
8201
+      echo '* *      * * *   root   /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab
8202 8202
   fi
8203 8203
 
8204 8204
   echo 'tox_avahi' >> $COMPLETION_FILE