Vlado Pakan created WFCORE-1551:
-----------------------------------
Summary: wildfly-init-redhat.sh and jboss-eap-rhel.sh scripts do not work on
RHEL 5 OS
Key: WFCORE-1551
URL:
https://issues.jboss.org/browse/WFCORE-1551
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Affects Versions: 2.2.0.CR2
Reporter: Vlado Pakan
Assignee: Vlado Pakan
Wildfly start-up script $JBOSS_HOME/docs/contrib/scripts/init.d/wildfly-init-redhat.sh
tries to get successful start timestamp using following command:
grep -o '[0-9]*' $JBOSS_MARKERFILE
This however does not work on RHEL 5 OS, as grep-2.5.1 does not return regular expression
result correctly when used with -o option.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)