1
0
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:
Philipp 2019-10-27 23:10:33 +01:00
parent f17f60fb84
commit f18ca6107f

View File

@ -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