🔨fix
This commit is contained in:
parent
38f9c61049
commit
a83d6ef71d
@ -172,9 +172,9 @@ opt
|
||||
read net
|
||||
if [ "$net" = "1" ]; then
|
||||
NETWORK="host"
|
||||
CHANGE_NETWORK="--network $NETWORK"
|
||||
CHANGE_NETWORK="--net $NETWORK"
|
||||
else
|
||||
CHANGE_NETWORK="--network $NETWORK"
|
||||
CHANGE_NETWORK="--net $NETWORK"
|
||||
fi
|
||||
|
||||
inp "是否修改端口[默认 8100|8101|8102]:\n1) 修改\n2) 不修改[默认]"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user