Update install.sh
This commit is contained in:
parent
8c86fca41d
commit
b76e4ef87d
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 "*/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 "* * * * * 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