script shuld fail hard

This commit is contained in:
Randy Bush 2025-03-11 12:44:48 -07:00
parent 2d07a4c798
commit b147e2119b

View file

@ -139,7 +139,7 @@ DEFAULT_CA = "https://acme-staging.api.letsencrypt.org"
When it all works, then you can go for real. When it all works, then you can go for real.
``` ```
#!/bin/sh -x #!/bin/sh -xe
umask 0022 umask 0022
H=/home/acme H=/home/acme