]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
removed duplicated io handles
authorLukas Schauer <lukas@schauer.so>
Tue, 8 Mar 2016 21:05:18 +0000 (22:05 +0100)
committerLukas Schauer <lukas@schauer.so>
Tue, 8 Mar 2016 21:05:32 +0000 (22:05 +0100)
letsencrypt.sh

index 99f559206e29f6f9b7d1d05262d825f0026668c3..a501a8b82b38b133eb70e88e071efa444b235d54 100755 (executable)
@@ -9,9 +9,6 @@ set -o pipefail
 [[ -n "${ZSH_VERSION:-}" ]] && set -o SH_WORD_SPLIT && set +o FUNCTION_ARGZERO
 umask 077 # paranoid umask, we're creating private keys
 
-# duplicate scripts IO handles
-exec 4<&0 5>&1 6>&2
-
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"
 while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink