update renew_cert.sh
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user