diff options
Diffstat (limited to 'libexec')
-rwxr-xr-x | libexec/app-operator-pid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/app-operator-pid b/libexec/app-operator-pid index a3781ee..c9b2096 100755 --- a/libexec/app-operator-pid +++ b/libexec/app-operator-pid @@ -94,7 +94,7 @@ command_start() { esac export APPSH_HOME - echo "Starting app..." + debug "Starting app..." $launcher <&- 1>&- 2>&- & PID=$! |