Skip to content

Commit 21e2469

Browse files
authored
Update setup.sh (#459)
1 parent 26106e2 commit 21e2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshops/dcms-db/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case "$DCMS_STATUS" in
5151
# Restart the setup
5252
cd $DCMS_STATE
5353
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 &
54+
nohup bash -c "provisioning-apply $MSDD_WORKSHOP_CODE/$DCMS_WORKSHOP/config" >>$DCMS_LOG_DIR/config.log 2>&1 &
5555
exit 0
5656
;;
5757

0 commit comments

Comments
 (0)