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