lnmpp 1.8 develop

This commit is contained in:
xiaoqidun 2016-11-24 11:44:00 +08:00
parent 2625ba435a
commit 647c325e82

View File

@ -159,7 +159,7 @@ disable() {
esac
}
bg_exec() {
rm -f > $BGEXEC_EXIT_STATUS_FILE
rm -f $BGEXEC_EXIT_STATUS_FILE
$@
echo $? > $BGEXEC_EXIT_STATUS_FILE
}