diff --git a/env_update.sh b/env_update.sh index a316f96..0e85c36 100755 --- a/env_update.sh +++ b/env_update.sh @@ -1,12 +1,18 @@ #!/bin/bash +# Load the environment variables from the .env file +set -a # automatically export all variables +source .env +set +a + # Create the create-power-bi-ronlyuser.sql file -cat > create-power-bi-ronlyuser.sql <<'EOL' +cat > create-power-bi-ronlyuser.sql <