mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
add more helpful message to the script too
This commit is contained in:
parent
88cdab5105
commit
e63ea95515
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
[ -z "$BASH_VERSION" ] && {
|
||||
echo "This script must be run with bash" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
||||
PORT=8321
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue