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.
1 parent 8889fc3 commit 504b341Copy full SHA for 504b341
scripts/startup.sh
@@ -1,4 +1,4 @@
1
-if [[ -z "${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