This commit is contained in:
Leon 2021-08-13 15:34:23 +08:00 committed by GitHub
parent bb5d9cc35f
commit e77ece2d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ if [ "$net" = "1" ]; then
NETWORK="host"
CHANGE_NETWORK="--net $NETWORK"
else
CHANGE_NETWORK="--net $NETWORK"
CHANGE_NETWORK=""
fi
inp "是否修改端口[默认 8100|8101|8102]\n1) 修改\n2) 不修改[默认]"