Browse Source

Alignment

Bob Mottram 9 years ago
parent
commit
dfa7435e4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -8469,7 +8469,7 @@ function install_watchdog_script {
8469 8469
   chmod +x /usr/bin/$WATCHDOG_SCRIPT_NAME
8470 8470
 
8471 8471
   if ! grep -q "/usr/bin/$WATCHDOG_SCRIPT_NAME" /etc/crontab; then
8472
-      echo "*/1            * *   *   *   root /usr/bin/$WATCHDOG_SCRIPT_NAME" >> /etc/crontab
8472
+      echo "* *     * * *   root    /usr/bin/$WATCHDOG_SCRIPT_NAME" >> /etc/crontab
8473 8473
   fi
8474 8474
 
8475 8475
   echo 'install_watchdog_script' >> $COMPLETION_FILE