mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 07:10:34 +01: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
|
||||
|
||||
# Close weird external file descriptors
|
||||
exec 3>&-
|
||||
exec 4>&-
|
||||
|
||||
VERSION="git-master-after-0.6.1"
|
||||
|
||||
# Find directory in which this script is stored by traversing all symbolic links
|
||||
|
||||
Reference in New Issue
Block a user