This commit is contained in:
Leon 2021-08-13 15:37:25 +08:00 committed by GitHub
parent fdca66c086
commit ab7308d10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,9 +178,9 @@ opt
read net read net
if [ "$net" = "1" ]; then if [ "$net" = "1" ]; then
NETWORK="host" NETWORK="host"
CHANGE_NETWORK="--network $NETWORK" CHANGE_NETWORK="--net $NETWORK"
else else
CHANGE_NETWORK="--network $NETWORK" CHANGE_NETWORK=""
fi fi
inp "是否在启动容器时自动启动挂机程序:\n1) 开启[默认]\n2) 关闭" inp "是否在启动容器时自动启动挂机程序:\n1) 开启[默认]\n2) 关闭"