diff options
Diffstat (limited to 'initscript')
-rw-r--r-- | initscript/stap-server.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initscript/stap-server.in b/initscript/stap-server.in index 6001180a..5ffbcc92 100644 --- a/initscript/stap-server.in +++ b/initscript/stap-server.in @@ -9,4 +9,4 @@ # config: /etc/stap-server/conf.d # Call the installed stap-server script. -STAP_USER=stap-server @bindir/stap-server "$@" +STAP_USER=stap-server @bindir@/stap-server "$@" |