diff --git a/installer/install2.sh b/installer/install2.sh index 0a407fc9..434c8a54 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -91,7 +91,7 @@ fuECHO "### Adding cronjobs." tee -a /etc/crontab < /dev/tty2 +*/2 * * * * root /usr/bin/status.sh > /dev/tty2 # Check if containers and services are up */5 * * * * root /usr/bin/check.sh @@ -104,6 +104,9 @@ tee -a /etc/crontab <