111
This commit is contained in:
parent
361de1ac55
commit
ef878eade1
2
index.sh
2
index.sh
@ -5,7 +5,7 @@ if [ $# -eq 0 ]; then
|
||||
PORT=6001
|
||||
echo "未提供端口号,使用默认端口 $PORT"
|
||||
else
|
||||
PORT=\$1 # 从命令行参数获取端口号
|
||||
PORT=$1 # 从命令行参数获取端口号
|
||||
fi
|
||||
|
||||
# 定义文件
|
||||
|
Loading…
x
Reference in New Issue
Block a user