From fb0bbdfa5cf4360cb291f93ac1d08a1fc1cd95ee Mon Sep 17 00:00:00 2001 From: Rishabh Rathod Date: Fri, 31 May 2024 07:18:57 +0530 Subject: [PATCH] chore: Remove deprecated start-https.sh message (#33856) ## Description - Remove the deprecated message in `start-https.sh` script and suggestion to use caddy as it is still work in progress. --- app/client/start-caddy.sh | 9 +++++++++ app/client/start-https.sh | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/client/start-caddy.sh b/app/client/start-caddy.sh index f67e2c5d1b..460e0d76c6 100755 --- a/app/client/start-caddy.sh +++ b/app/client/start-caddy.sh @@ -7,6 +7,15 @@ if [[ -n ${TRACE-} ]]; then set -o xtrace fi +{ + echo + echo "-----------------------------------" + echo " ⚠️ This script is WIP. Please use start-https.sh instead." + echo "-----------------------------------" + echo +} >&2 + + cd "$(dirname "$0")" if [[ ${1-} =~ ^-*h(elp)?$ ]]; then diff --git a/app/client/start-https.sh b/app/client/start-https.sh index b49747d7fe..5ec92f2e6e 100755 --- a/app/client/start-https.sh +++ b/app/client/start-https.sh @@ -7,14 +7,6 @@ if [[ -n ${TRACE-} ]]; then set -o xtrace fi -{ - echo - echo "-----------------------------------" - echo " ⚠️ This script is deprecated. Please 'brew install caddy' and use start-caddy.sh instead." - echo "-----------------------------------" - echo -} >&2 - cd "$(dirname "$0")" if [[ ${1-} =~ ^-*h(elp)?$ ]]; then