Skip to content

Commit

Permalink
Update setup.sh (oracle#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardExley authored Jul 19, 2022
1 parent 26106e2 commit 21e2469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshops/dcms-db/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ case "$DCMS_STATUS" in
# Restart the setup
cd $DCMS_STATE
echo "Restarting setup. Call 'status' to get the status of the setup"
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 &
exit 0
;;

Expand Down

0 comments on commit 21e2469

Please sign in to comment.