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

Errors in 'config-olympus.sh' script #2381

Closed
agafox opened this issue Jul 21, 2017 · 0 comments
Closed

Errors in 'config-olympus.sh' script #2381

agafox opened this issue Jul 21, 2017 · 0 comments
Assignees

Comments

@agafox
Copy link
Contributor

agafox commented Jul 21, 2017

There are 2 errors in 'config-olympus.sh':

  1. Wrong SECURESSL condition here:
    if [ -n "$SECURESSL" ]; then
    xmlstarlet ed -L -P -u "/olympus/server/@secure" -v "true" $FILE
    else
    xmlstarlet ed -L -P -u "/olympus/server/@secure" -v "false" $FILE
    fi

Please, check SECURESSL values and default value here:

  1. Run 'config-olympus.sh' to see the next output:
    /opt/Restcomm-JBoss-AS7/bin/restcomm/autoconfig.d/config-olympus.sh: 30: [: unexpected operator
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

No branches or pull requests

2 participants