mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-05-11 01:19:44 +02:00
close weird external file descriptors
This commit is contained in:
@@ -13,6 +13,10 @@ set -o pipefail
|
|||||||
|
|
||||||
umask 077 # paranoid umask, we're creating private keys
|
umask 077 # paranoid umask, we're creating private keys
|
||||||
|
|
||||||
|
# Close weird external file descriptors
|
||||||
|
exec 3>&-
|
||||||
|
exec 4>&-
|
||||||
|
|
||||||
VERSION="git-master-after-0.6.1"
|
VERSION="git-master-after-0.6.1"
|
||||||
|
|
||||||
# Find directory in which this script is stored by traversing all symbolic links
|
# Find directory in which this script is stored by traversing all symbolic links
|
||||||
|
|||||||
Reference in New Issue
Block a user