Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX pasrseUrl() function #1653

Merged
merged 2 commits into from
Jan 12, 2016

Conversation

fgalan
Copy link
Member

@fgalan fgalan commented Jan 12, 2016

Fix bug #1652

@@ -27,7 +27,8 @@ centos_distro=$(cat /etc/redhat-release 2> /dev/null | awk '{print $3}')
# Instead the one in previous versions:
# CentOS release 6.6 (Final)
# The check in the next line ensure that the distro version is correctly detected in any case.
if [ $centos_distro == "release" ]; then
if [ "$centos_distro" = "release" ]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that == don't work with sh (it works with bash). See http://stackoverflow.com/questions/10849297/compare-a-string-in-unix#comment14133719_10849357.

NTC

@kzangeli
Copy link
Member

LGTM (but merge with develop needed)

kzangeli pushed a commit that referenced this pull request Jan 12, 2016
…lt_port_in_notifications

FIX pasrseUrl() function
@kzangeli kzangeli merged commit 5a2463b into develop Jan 12, 2016
@kzangeli kzangeli deleted the bug/1652_proper_http_default_port_in_notifications branch January 12, 2016 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants