diff options
author | Sven Gothel <[email protected]> | 2013-06-06 10:20:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-06 10:20:04 +0200 |
commit | 4947b1380ed67e9fcae8346dc4e537962f3088ca (patch) | |
tree | efe9c3465e73232382575a0cf3c254389bf78d83 | |
parent | 79e03079a24140e10433c30ba5a98b69308ac42e (diff) |
Fix debian init script issue (no action cmd)
-rwxr-xr-x | scripts/jabot-init-debian | 2 |
1 files changed, 1 insertions, 1 deletions
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 |