]> git.pld-linux.org Git - packages/dehydrated.git/commitdiff
remove set -u auto/th/dehydrated-0.6.2-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 31 Dec 2018 11:44:27 +0000 (13:44 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 31 Dec 2018 11:44:27 +0000 (13:44 +0200)
code not ready for it

dehydrated.spec
hook-dns-01.sh
hook.sh

index 276990dfb452cc9c7d7c01dc7768a6fa57f2c75f..e83d5bc86614a24399d199c3ab09c34c14248e7c 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       letsencrypt/acme client implemented as a shell-script
 Name:          dehydrated
 Version:       0.6.2
-Release:       2
+Release:       3
 License:       MIT
 Group:         Applications/Networking
 Source0:       https://github.com/lukas2511/dehydrated/archive/v%{version}/%{name}-%{version}.tar.gz
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() {
diff --git a/hook.sh b/hook.sh
index 1c36ad2f086cd59199c5ce596eb013f1de2dc414..cbaef0a165d63113a8c2952a6b30ad00db8dff58 100755 (executable)
--- a/hook.sh
+++ b/hook.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -eu
+set -e
 
 # concat file atomic way
 atomic_concat() {
This page took 0.114439 seconds and 4 git commands to generate.