We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0466be4 + bfa69e1 commit cf0f4c2Copy full SHA for cf0f4c2
scripts/startup.sh
@@ -1,4 +1,4 @@
1
-if [[ -n "${MULTITENANT_TUTORIAL}" ]]; then
+if [ "$MULTITENANT_TUTORIAL" == "MULTITENANT_TUTORIAL" ]; then
2
echo $MULTITENANT_TUTORIAL
3
python3 ./scripts/parse_yml_env_variables.py -c ./configuration/aries-args-multitenant.yaml;aca-py start --arg-file /tmp/agent_conf.yml
4
else
0 commit comments