Fix start.sh

This commit is contained in:
linghaihui 2023-04-08 14:26:10 +08:00
parent 835a4cd378
commit 10bd33afda

View File

@ -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