]> git.pld-linux.org Git - packages/dehydrated.git/blobdiff - hook-dns-01.sh
remove set -u
[packages/dehydrated.git] / hook-dns-01.sh
index ba091aa861044039a9b27a3f9c4757e7c0558615..aa20e8797e11015bbacae1a0194a2f4feef17969 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # based on https://github.com/lukas2511/dehydrated/wiki/example-dns-01-nsupdate-script
 
-set -eu
+set -e
 
 # concat file atomic way
 atomic_concat() {
This page took 0.03279 seconds and 4 git commands to generate.