diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-31 19:05:10 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-11-01 19:58:08 +0100 |
commit | 40eaf2303f013321b923c5bb616f0579a01a9884 (patch) | |
tree | 8f3166de44a8e9ef8afcc45d9d033eb14192c978 /libexec | |
parent | f743a82f560a2b1da4bc1b5f3236c4226fa6a9ab (diff) | |
download | app.sh-40eaf2303f013321b923c5bb616f0579a01a9884.tar.gz app.sh-40eaf2303f013321b923c5bb616f0579a01a9884.tar.bz2 app.sh-40eaf2303f013321b923c5bb616f0579a01a9884.tar.xz app.sh-40eaf2303f013321b923c5bb616f0579a01a9884.zip |
o Adding some tests for app-operate.
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=$! |