mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
refactor: remove duplicated usage for nohop and ending with '&'
This commit is contained in:
@@ -30,7 +30,7 @@ start () {
|
||||
logsh "【$service】" "正在启动${appname}服务... "
|
||||
# open_port
|
||||
# write_firewall_start
|
||||
nohup ${mbroot}/apps/${appname}/bin/${appname} &> ${mbroot}/var/log/${appname}.log &
|
||||
${mbroot}/apps/${appname}/bin/${appname} &> ${mbroot}/var/log/${appname}.log &
|
||||
logsh "【$service】" "启动${appname}服务完成!"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user