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