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
bincheck ${binname}
if [ $? -eq 0 ]; then
logsh "$service" "安装程序成功,链接程序到工具箱..."
logsh "$service" "安装程序成功"
else
logsh "$service" "程序安装失败!"
end
@@ -105,7 +105,7 @@ start () {
set_config
open_port
write_firewall_start
write_firewall_start
daemon $BINPATH
if [ $? -ne 0 ]; then
logsh "$service" "启动${appname}服务失败!"