Fix [ 1974883 ] adempiere_Debian.sh has typos

This commit is contained in:
Carlos Ruiz 2008-05-27 14:31:20 +00:00
parent 5bd7bb4826
commit 203360218a
1 changed files with 3 additions and 3 deletions

View File

@ -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