Update configs and scripts

This commit is contained in:
t3chn0m4g3
2015-01-30 21:40:01 +01:00
parent bd4e58dca7
commit d81f4da035
4 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@ myCOUNT=1
myIMAGES=$(cat /data/images.conf)
while true
do
if ! [ -f /var/run/check.lock ];
if ! [ -a /var/run/check.lock ];
then break
fi
sleep 0.1