summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-04 18:43:34 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-04 18:43:34 +0100
commit963c7be5e53e6f7a2ae03377290a106a5fc95db3 (patch)
tree3cc48f3c10bd5fa0568b2aad36f4aa8dfa566dfe /etc/functions
parentdb364f412642e09a2177348630c24fa72a640890 (diff)
off: Use execute when stopping amarok...
Diffstat (limited to 'etc/functions')
-rwxr-xr-xetc/functions/off2
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