summaryrefslogtreecommitdiffstats
path: root/initscript/stap-server.in
diff options
context:
space:
mode:
Diffstat (limited to 'initscript/stap-server.in')
-rw-r--r--initscript/stap-server.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/initscript/stap-server.in b/initscript/stap-server.in
index f602adf9..48808eb4 100644
--- a/initscript/stap-server.in
+++ b/initscript/stap-server.in
@@ -311,7 +311,7 @@ start () { # server-list
# Start the server here.
local server_status=`stat_file $spec`
- runuser -s /bin/bash - $STAP_USER -c "$STAP_START_SERVER -r $release -a $arch --log=$LOG_FILE > $server_status"
+ runuser -s /bin/bash - $STAP_USER -c "$STAP_START_SERVER -r $release -a $arch --log=$LOG_FILE" > $server_status
if [ $? != 0 ]; then
rm -f $server_status
do_failure $"$prog start: unable to start stap-server for $release $arch"