mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-12 08:21:45 +00:00
2020-06-19 11:53:23
This commit is contained in:
@@ -11,7 +11,6 @@ if [ "$enable" == '1' ]; then
|
||||
readsh "请输入${appname}端口号" "port" "7681"
|
||||
readsh "请输入${appname}外网访问配置[1/0]" "openport" "0"
|
||||
readsh "重启${appname}服务[1/0] " "res" "1"
|
||||
[ "$res" = '1' -o -z "$res" ] && return 0
|
||||
else
|
||||
return 1
|
||||
[ "$res" != '0' ] && exit 0
|
||||
fi
|
||||
exit 1
|
||||
Reference in New Issue
Block a user