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

Some doc pages commands do not work properly when password contains ! #144

Open
s3rj1k opened this issue Oct 9, 2024 · 1 comment
Open

Comments

@s3rj1k
Copy link

s3rj1k commented Oct 9, 2024

One example would be https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/CentOS-7-and-RHEL-7-for-FreeSWITCH-Enterprise_27590673/#about, but any page that has a similar construct to this:

yum install -y https://$(< /etc/yum/vars/fsausername):$(< /etc/yum/vars/fsapassword)@fsa.freeswitch.com/repo/yum-stack/fsa/centos-release/signalwire-stack-release-repo-0-1.noarch.rpm epel-release

will not work, as password gets evaluated and ! makes bash go crazy.

(Any http://* style commands)

To work around this I used ~/.netrc file to specify credentials, this at least works for wget and git.

@s3rj1k
Copy link
Author

s3rj1k commented Oct 9, 2024

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

1 participant