Skip to content

Commit

Permalink
Update discourse-setup (#799)
Browse files Browse the repository at this point in the history
DEV: `./launcher stop` needs to be skipped when in debug mode
  • Loading branch information
pfaffman committed May 9, 2024
1 parent 6c89006 commit f98af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discourse-setup
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,10 @@ then
then
echo "Stopping existing container in 5 seconds or Control-C to cancel."
sleep 5
./launcher stop $app_name
else
echo "DEBUG MODE ON. Not stopping the container."
fi
./launcher stop $app_name
assert_maxmind_license_key
assert_notification_email
assert_smtp_domain
Expand Down

0 comments on commit f98af89

Please sign in to comment.