Skip to content

Commit

Permalink
Removed source command invocation for reading .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Oct 23, 2024
1 parent 7b86695 commit e37762a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/graphdb_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ ENV_FILE_PATH=$_arg_env_file_path
ADMIN_PASS=$_arg_admin_pass
RUN_USER_SETUP=$_arg_run_user_setup

# Set the environment variables in the shell, to use in the script
source "${ENV_FILE_PATH}"
echo "Environment variables have been set from ${ENV_FILE_PATH}."

# Extract just the database name
DB_NAME="${NB_GRAPH_DB#repositories/}"
NB_GRAPH_PORT=${NB_GRAPH_PORT:-7200}
Expand Down

0 comments on commit e37762a

Please sign in to comment.