mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Wait 60 sec even for check-letsencrypt
This commit is contained in:
parent
c1762e931c
commit
3d9137c1ac
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue