Skip to content

Commit cf0f4c2

Browse files
authored
Merge pull request #82 from didx-xyz/hotfix-startup-params
Change logic for starting params so that multitenant arg file gets
2 parents 0466be4 + bfa69e1 commit cf0f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if [[ -n "${MULTITENANT_TUTORIAL}" ]]; then
1+
if [ "$MULTITENANT_TUTORIAL" == "MULTITENANT_TUTORIAL" ]; then
22
echo $MULTITENANT_TUTORIAL
33
python3 ./scripts/parse_yml_env_variables.py -c ./configuration/aries-args-multitenant.yaml;aca-py start --arg-file /tmp/agent_conf.yml
44
else

0 commit comments

Comments
 (0)