Update discourse-setup (#799)
DEV: `./launcher stop` needs to be skipped when in debug mode
This commit is contained in:
parent
6c890061e7
commit
f98af894ec
|
@ -888,10 +888,10 @@ then
|
||||||
then
|
then
|
||||||
echo "Stopping existing container in 5 seconds or Control-C to cancel."
|
echo "Stopping existing container in 5 seconds or Control-C to cancel."
|
||||||
sleep 5
|
sleep 5
|
||||||
|
./launcher stop $app_name
|
||||||
else
|
else
|
||||||
echo "DEBUG MODE ON. Not stopping the container."
|
echo "DEBUG MODE ON. Not stopping the container."
|
||||||
fi
|
fi
|
||||||
./launcher stop $app_name
|
|
||||||
assert_maxmind_license_key
|
assert_maxmind_license_key
|
||||||
assert_notification_email
|
assert_notification_email
|
||||||
assert_smtp_domain
|
assert_smtp_domain
|
||||||
|
|
Loading…
Reference in New Issue