From 203360218abe07c9226493f29ced06fe988b9d01 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 27 May 2008 14:31:20 +0000 Subject: [PATCH] Fix [ 1974883 ] adempiere_Debian.sh has typos --- utils/unix/adempiere_Debian.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/unix/adempiere_Debian.sh b/utils/unix/adempiere_Debian.sh index df19db92be..33fd92b4a4 100644 --- a/utils/unix/adempiere_Debian.sh +++ b/utils/unix/adempiere_Debian.sh @@ -101,11 +101,11 @@ stop () { then log_warning_msg "Service hasn't stopped within the timeout allowed, please review file $LASTLOG to see the status of the service" else - log_success_msg "Service started" + log_success_msg "Service stopped" fi echo else - log_failure_msg "Service not started" + log_failure_msg "Service not stopped" echo fi return $RETVAL @@ -159,4 +159,4 @@ case "$1" in exit 1 esac -exit 0 +exit 0 \ No newline at end of file