diff options
author | tv <tv@iiso> | 2011-09-13 17:23:25 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-13 17:23:25 +0200 |
commit | f42893411ca1f6d04c1741962826c9004a2afa6a (patch) | |
tree | 4c351c69e00b0eea6439410ee07b75f678991e33 /Reaktor/commands/reload | |
parent | 25855cfc5356a9f596eb919bbed253f10fd683f9 (diff) |
//Reaktor: use debilian-compatible username
Diffstat (limited to 'Reaktor/commands/reload')
-rwxr-xr-x | Reaktor/commands/reload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/reload b/Reaktor/commands/reload index 2b78b178..bfa1f041 100755 --- a/Reaktor/commands/reload +++ b/Reaktor/commands/reload @@ -1,2 +1,2 @@ #! /bin/sh -exec pkill -U Reaktor +exec pkill -U reaktor |