Fix start.sh
This commit is contained in:
parent
835a4cd378
commit
10bd33afda
@ -3,7 +3,7 @@ if [ $count -gt 0 ]; then
|
||||
docker stop login-bing && docker rm login-bing
|
||||
fi
|
||||
|
||||
if [ -f cron.log ];then
|
||||
if [ ! -f cron.log ]; then
|
||||
touch cron.log
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user