Alignment

This commit is contained in:
Bob Mottram 2015-08-24 20:29:41 +01:00
parent 9a525e646e
commit dfa7435e4e
1 changed files with 1 additions and 1 deletions

View File

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