Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault issue 107 #109

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update start-vault.sh
  • Loading branch information
nandarshan authored Sep 14, 2023
commit 82af2dee0bb190b796c159b63d4e0cd205b987f2
2 changes: 1 addition & 1 deletion scripts/start-vault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ then
fi

# if the control structure reaches here, we have the vault executable ready to run
nohup ../airavata-mft/vault/vault server -config=../config.hcl > $LOG_FILE 2>&1 &
nohup ../airavata-mft/vault/vault server -config=./vault-config.hcl > $LOG_FILE 2>&1 &
echo $! > $PID_PATH_NAME # $! contains the pid of the recently started background process
echo "Vault started"

Expand Down
  NODES
COMMUNITY 2
Note 1
Project 4
USERS 1