removed debug symbols

This commit is contained in:
Ulf Gebhardt 2022-02-07 06:25:02 +01:00
parent 5024ca726a
commit 6ef64bd2a9
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -24,10 +24,6 @@ if [ -f "$PROJECT_ROOT/backend/.env" ]; then
export_var 'JWT_SECRET'
fi
echo $DB_USER
echo $DB_PASSWORD
echo $JWT_SECRET
# Load .env or .env.dist if not present
if [ -f "$SCRIPT_DIR/.env" ]; then
export $(cat $SCRIPT_DIR/.env | sed 's/#.*//g' | xargs)