diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-04 18:43:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-04 18:43:34 +0100 |
commit | 963c7be5e53e6f7a2ae03377290a106a5fc95db3 (patch) | |
tree | 3cc48f3c10bd5fa0568b2aad36f4aa8dfa566dfe /etc/functions | |
parent | db364f412642e09a2177348630c24fa72a640890 (diff) |
off: Use execute when stopping amarok...
Diffstat (limited to 'etc/functions')
-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 |