From 432cf02a7c99444f10457468523d3e93cf7eee38 Mon Sep 17 00:00:00 2001 From: Lucas Decrock Date: Sat, 26 Jan 2019 22:42:53 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5550cc8..7743b4f 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 "* * * * * 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|"