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 | 59fbd46c248ea9914e33418036aee45ffc105047 (patch) | |
tree | 3ed359b067e94588175ba1a7f92799792fa44363 /commands | |
parent | 48e90952e416a8c796870c95c1548216db8a98b1 (diff) |
//Reaktor: use debilian-compatible username
Diffstat (limited to 'commands')
-rwxr-xr-x | commands/reload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reload b/commands/reload index 2b78b17..bfa1f04 100755 --- a/commands/reload +++ b/commands/reload @@ -1,2 +1,2 @@ #! /bin/sh -exec pkill -U Reaktor +exec pkill -U reaktor |