]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
use set -u to catch uninitialized variables
authorSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 13:30:32 +0000 (14:30 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 15:38:19 +0000 (16:38 +0100)
letsencrypt.sh

index edacf3659fbe7e210aa617b5faf4fb331cc7df56..8e6e2315398ef031c6d73f943af16985da2ad4e6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set -e
+set -eu
 
 . ./config.sh