mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-07 11:01:26
This commit is contained in:
@@ -336,8 +336,8 @@ select_app() {
|
||||
[ "$update" == '1' ] && ${mbroot}/scripts/appmanage.sh upgrade ${appname}
|
||||
fi
|
||||
# todo 配置方式修改
|
||||
if [ -f ${mbroot}/apps/${appname}/config.sh ]; then
|
||||
${mbroot}/apps/${appname}/config.sh
|
||||
if [ -f ${mbroot}/apps/${appname}/scripts/config.sh ]; then
|
||||
${mbroot}/apps/${appname}/scripts/config.sh
|
||||
if [ $? -eq 0 ]; then
|
||||
${mbroot}/apps/${appname}/scripts/${appname}.sh restart
|
||||
else
|
||||
|
||||
@@ -3,5 +3,5 @@ appname="mixbox"
|
||||
needver=""
|
||||
supports="linux_arm,linux_mips,linux_x86_64"
|
||||
appinfo="一款支持多平台,多架构的Shell工具箱"
|
||||
newinfo="修复插件安装失败的bug"
|
||||
version="0.1.9.4"
|
||||
newinfo="修复mixbox命令错误"
|
||||
version="0.1.9.5"
|
||||
|
||||
Reference in New Issue
Block a user