Update install.sh
This commit is contained in:
parent
761f8ee3af
commit
432cf02a7c
1 changed files with 1 additions and 1 deletions
|
@ -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|"
|
||||
|
|
Loading…
Reference in a new issue