aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.app/lib/app-operate2
1 files changed, 1 insertions, 1 deletions
diff --git a/.app/lib/app-operate b/.app/lib/app-operate
index 83ca100..f361173 100644
--- a/.app/lib/app-operate
+++ b/.app/lib/app-operate
@@ -52,7 +52,7 @@ run_control() {
APPSH_NAME=$name \
APPSH_INSTANCE=$instance \
APPSH_INSTANCE_HOME=$APPSH_INSTANCE_HOME \
- $bin
+ $bin "$@"
local ret=$?
set +x
set -e