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