Wait 60 sec even for check-letsencrypt

This commit is contained in:
myvesta 2018-05-10 10:25:25 +02:00 committed by GitHub
commit 3d9137c1ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,11 +58,11 @@ for user in $users; do
echo "$domain $msg" echo "$domain $msg"
fi fi
fi fi
fi
if [ $lecounter -gt 0 ]; then if [ $lecounter -gt 0 ]; then
sleep 60 sleep 60
fi fi
((lecounter++)) ((lecounter++))
fi
done done
done done