Browse Source

Sleep 60 after LE renew

myvesta 8 years ago
parent
commit
3118b9b91a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-update-letsencrypt-ssl

+ 1 - 1
bin/v-update-letsencrypt-ssl

@@ -59,7 +59,7 @@ for user in $users; do
                 fi
             fi
             if [ $lecounter -gt 0 ]; then
-                sleep 10
+                sleep 60
             fi
             ((lecounter++))
         fi