fix: Hide the secrets from other users on config

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
pull/308/head
Jacob Schlecht 4 days ago
parent dd2d5a144f
commit e058454efd

@ -13,6 +13,7 @@ usage() {
loadSecrets() {
SECRETS_FOUND=1
chmod 600 secrets.env
set -a && source secrets.env && set +a
}

Loading…
Cancel
Save