mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-05-17 12:26:55 +02:00
umask in import script
This commit is contained in:
@@ -4,6 +4,8 @@ set -e
|
|||||||
set -u
|
set -u
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
umask 077 # paranoid umask, we're creating private keys
|
||||||
|
|
||||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
BASEDIR="${SCRIPTDIR}"
|
BASEDIR="${SCRIPTDIR}"
|
||||||
LETSENCRYPT="/etc/letsencrypt"
|
LETSENCRYPT="/etc/letsencrypt"
|
||||||
|
|||||||
Reference in New Issue
Block a user