9 lines
75 B
Bash
9 lines
75 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -x
|
||
|
|
|
||
|
|
openresty -s stop
|
||
|
|
certbot renew
|
||
|
|
nginx -s stop
|
||
|
|
openresty
|
||
|
|
|