From 537f0c39e6dcbcb5ea01d88dffa8b4ba2661a642 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 18 May 2015 11:19:12 +0200 Subject: [PATCH] take care of check.lock on some installations the check.lock file will not be removed. once a day it will be removed now. --- installer/install2.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 <