From 44666aec03cb193eea6684985b7bd105345c6e2a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 10 Oct 2025 18:33:11 +0200 Subject: [PATCH] Update post install --- scripts/post_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/post_install.sh b/scripts/post_install.sh index f94edb4..c9871de 100755 --- a/scripts/post_install.sh +++ b/scripts/post_install.sh @@ -9,6 +9,9 @@ if [ ! -f .env ]; then echo ".env file created from .env.example" fi +source .env.example source .env +echo $GOOGLE_CREDENTIALS_ENC_PWD + openssl enc -d -aes-256-cbc -pbkdf2 -iter 100000 -in secrets/googleApplicationCredentials-dev.json.enc -out backend/shared/src/googleApplicationCredentials-dev.json -pass pass:$GOOGLE_CREDENTIALS_ENC_PWD \ No newline at end of file