add more helpful message to the script too

This commit is contained in:
dltn 2025-06-14 04:04:09 +00:00
parent 88cdab5105
commit e63ea95515

View file

@ -5,6 +5,11 @@
# This source code is licensed under the terms described in the LICENSE file in # This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree. # the root directory of this source tree.
[ -z "$BASH_VERSION" ] && {
echo "This script must be run with bash" >&2
exit 1
}
set -Eeuo pipefail set -Eeuo pipefail
PORT=8321 PORT=8321