From f98af894ecca86c60951b48ae3869255058c3a01 Mon Sep 17 00:00:00 2001 From: Jay Pfaffman Date: Thu, 9 May 2024 02:19:54 -0500 Subject: [PATCH] Update discourse-setup (#799) DEV: `./launcher stop` needs to be skipped when in debug mode --- discourse-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discourse-setup b/discourse-setup index 58f656d..1e5df5e 100755 --- a/discourse-setup +++ b/discourse-setup @@ -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 -- 2.25.1