diff --git a/install.sh b/install.sh index 7743b4f..07e9a50 100644 --- a/install.sh +++ b/install.sh @@ -136,7 +136,7 @@ then chmod +s `type -p ping` # Configure cron - crontab -u netweak -l 2>/dev/null | { cat; echo "*\3 * * * * bash /etc/netweak/agent.sh > /etc/netweak/log/cron.log 2>&1"; } | crontab -u netweak - + crontab -u netweak -l 2>/dev/null | { cat; echo "*/3 * * * * bash /etc/netweak/agent.sh > /etc/netweak/log/cron.log 2>&1"; } | crontab -u netweak - # Show success echo -e "|\n| Success: The NetWeak agent has been installed\n|"