mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Abort script on error
This commit is contained in:
parent
f17f60fb84
commit
f18ca6107f
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
domains=(example.com www.example.com) # Specify domains here or use the -d argument
|
domains=(example.com www.example.com) # Specify domains here or use the -d argument
|
||||||
data_path="./data/certbot" # Specify data path here or use the --data-path argument
|
data_path="./data/certbot" # Specify data path here or use the --data-path argument
|
||||||
|
Loading…
x
Reference in New Issue
Block a user