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:
parent
69a778f74a
commit
fb0bbdfa5c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user