Fix [ 1974883 ] adempiere_Debian.sh has typos
This commit is contained in:
parent
5bd7bb4826
commit
203360218a
|
@ -101,11 +101,11 @@ stop () {
|
||||||
then
|
then
|
||||||
log_warning_msg "Service hasn't stopped within the timeout allowed, please review file $LASTLOG to see the status of the service"
|
log_warning_msg "Service hasn't stopped within the timeout allowed, please review file $LASTLOG to see the status of the service"
|
||||||
else
|
else
|
||||||
log_success_msg "Service started"
|
log_success_msg "Service stopped"
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
else
|
else
|
||||||
log_failure_msg "Service not started"
|
log_failure_msg "Service not stopped"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
return $RETVAL
|
return $RETVAL
|
||||||
|
@ -159,4 +159,4 @@ case "$1" in
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue