From 23e3eebe6812e2623c649a8c6c063110dfc68a11 Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Thu, 1 Mar 2012 13:41:48 +0100 Subject: [PATCH] uprava zpravy pri odinstalacnim procesu --- src/warden-server/sh/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/warden-server/sh/uninstall.sh b/src/warden-server/sh/uninstall.sh index 3caadb9..4fb9127 100755 --- a/src/warden-server/sh/uninstall.sh +++ b/src/warden-server/sh/uninstall.sh @@ -154,7 +154,7 @@ warden_dir_chck() stop_warden_server() { - echo "Stopping warden server ... " + echo -n "Stopping warden server ... " $init stop || $init force-stop } -- GitLab