diff options
-rwxr-xr-x | etc/functions/off | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/off b/etc/functions/off index e5fa150..98922a2 100755 --- a/etc/functions/off +++ b/etc/functions/off @@ -45,7 +45,7 @@ if [[ $force != 1 && $hosts[$HOST] == *:server:* ]] { } if ps aux | fgrep amarokapp &> /dev/null; then - dcop amarok MainApplication-Interface quit + execute dcop amarok MainApplication-Interface quit fi execute uinit stop-all |