2020-04-26 21:59:23

This commit is contained in:
monlor
2020-04-26 21:59:23 +08:00
parent 542b2fa8d4
commit f14351a731
3 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ start () {
if [ ! -f ${mbroot}/apps/${appname}/bin/${appname} ]; then if [ ! -f ${mbroot}/apps/${appname}/bin/${appname} ]; then
bincheck ${binname} bincheck ${binname}
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
logsh "$service" "安装程序成功,链接程序到工具箱..." logsh "$service" "安装程序成功"
else else
logsh "$service" "程序安装失败!" logsh "$service" "程序安装失败!"
end end