From 4947b1380ed67e9fcae8346dc4e537962f3088ca Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 6 Jun 2013 10:20:04 +0200 Subject: Fix debian init script issue (no action cmd) --- scripts/jabot-init-debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/jabot-init-debian') diff --git a/scripts/jabot-init-debian b/scripts/jabot-init-debian index c894836..68f51f8 100755 --- a/scripts/jabot-init-debian +++ b/scripts/jabot-init-debian @@ -41,7 +41,7 @@ start(){ } stop(){ - action $"Stopping Jabot service: " + echo -n $"Stopping Jabot service: " su - $JABOT_USER -c $shutdown RETVAL=$? echo -- cgit v1.2.3