commit deb84dd03cb8656d39d690264ea4b5a6efa0a835
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Dec 31 13:44:27 2018 +0200

    remove set -u
    
    code not ready for it

 dehydrated.spec | 2 +-
 hook-dns-01.sh  | 2 +-
 hook.sh         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dehydrated.spec b/dehydrated.spec
index 276990d..e83d5bc 100644
--- a/dehydrated.spec
+++ b/dehydrated.spec
@@ -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
diff --git a/hook-dns-01.sh b/hook-dns-01.sh
index ba091aa..aa20e87 100755
--- a/hook-dns-01.sh
+++ b/hook-dns-01.sh
@@ -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 1c36ad2..cbaef0a 100755
--- a/hook.sh
+++ b/hook.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -eu
+set -e
 
 # concat file atomic way
 atomic_concat() {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dehydrated.git/commitdiff/deb84dd03cb8656d39d690264ea4b5a6efa0a835

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to