[
https://issues.apache.org/jira/browse/STRATOS-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935503#comment-13935503
]
Lahiru Sandaruwan commented on STRATOS-518:
-------------------------------------------
I'm running removing the ip check locally as follows(e.g. for MB). We have to
fix this such that setup.sh is compatible with ip ot host.
“if [[ (-z $mb_port_offset || -z $mb_ip || -z $mb_hostname) ]]; then”
to
“if [[ (-z $mb_port_offset || -z $mb_hostname) ]]; then”
> setup.sh validates for host and ip both, it should accept host only case
> ------------------------------------------------------------------------
>
> Key: STRATOS-518
> URL: https://issues.apache.org/jira/browse/STRATOS-518
> Project: Stratos
> Issue Type: Bug
> Components: Stratos Installer
> Affects Versions: 4.0.0 Alpha
> Reporter: Lahiru Sandaruwan
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)