Alignment
This commit is contained in:
parent
9a525e646e
commit
dfa7435e4e
|
@ -8469,7 +8469,7 @@ function install_watchdog_script {
|
||||||
chmod +x /usr/bin/$WATCHDOG_SCRIPT_NAME
|
chmod +x /usr/bin/$WATCHDOG_SCRIPT_NAME
|
||||||
|
|
||||||
if ! grep -q "/usr/bin/$WATCHDOG_SCRIPT_NAME" /etc/crontab; then
|
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
|
fi
|
||||||
|
|
||||||
echo 'install_watchdog_script' >> $COMPLETION_FILE
|
echo 'install_watchdog_script' >> $COMPLETION_FILE
|
||||||
|
|
Loading…
Reference in New Issue