Skip to content

Commit 504b341

Browse files
committed
Change logic for starting params so that multitenant arg file gets
picked up correctly and advanced args file get picked up correctly.
1 parent 8889fc3 commit 504b341

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 [[ -z "${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)