From 963c7be5e53e6f7a2ae03377290a106a5fc95db3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 Jan 2009 18:43:34 +0100 Subject: off: Use execute when stopping amarok... --- etc/functions/off | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions') 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 -- cgit v1.2.3