update renew_cert.sh

This commit is contained in:
2024-02-13 21:16:06 +08:00
parent 1eacb15e1d
commit 170e3a2f3c
+4 -2
View File
@@ -1,8 +1,10 @@
#!/bin/sh
set -x
openresty -s stop
killall -9 openresty
#openresty -s stop
certbot renew
nginx -s stop
#nginx -s stop
killall -9 nginx
openresty