diff options
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 |