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.
This commit is contained in:
Rishabh Rathod 2024-05-31 07:18:57 +05:30 committed by GitHub
parent 69a778f74a
commit fb0bbdfa5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -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