fix: Hide the secrets from other users on config (#308)

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
main
Jacob Schlecht 2 days ago committed by GitHub
parent dd2d5a144f
commit f46e8be971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save