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 26106e2 commit 21e2469Copy full SHA for 21e2469
workshops/dcms-db/setup.sh
@@ -51,7 +51,7 @@ case "$DCMS_STATUS" in
51
# Restart the setup
52
cd $DCMS_STATE
53
echo "Restarting setup. Call 'status' to get the status of the setup"
54
- nohup bash -c "provisioning-apply $MSDD_WS_CONFIG_CODE" >>$DCMS_LOG_DIR/config.log 2>&1 &
+ nohup bash -c "provisioning-apply $MSDD_WORKSHOP_CODE/$DCMS_WORKSHOP/config" >>$DCMS_LOG_DIR/config.log 2>&1 &
55
exit 0
56
;;
57
0 commit comments