From 647c325e8244b4e984b80285de0e1846427196a3 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 24 Nov 2016 11:44:00 +0800 Subject: [PATCH] lnmpp 1.8 develop --- lnmpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnmpp.sh b/lnmpp.sh index 3becf5c..734f276 100644 --- a/lnmpp.sh +++ b/lnmpp.sh @@ -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 }