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"
fi
fi
if [ $lecounter -gt 0 ]; then
sleep 60
fi
((lecounter++))
fi
if [ $lecounter -gt 0 ]; then
sleep 60
fi
((lecounter++))
done
done