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

Default installation script uses only last one arg #1629

Open
HedgehogNSK opened this issue Dec 29, 2024 · 1 comment
Open

Default installation script uses only last one arg #1629

HedgehogNSK opened this issue Dec 29, 2024 · 1 comment
Assignees
Labels
server/advanced install Issues with manual/advanced server installation server

Comments

@HedgehogNSK
Copy link

sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)" \
--keys-port=2222 \
--api-port=1111

Result:

  • Management port 1111, for TCP
  • Access key port 61597, for TCP and UDP

If I change args places then access key port will be set, and managmenet key will not be set.

@sbruens sbruens added server/advanced install Issues with manual/advanced server installation server needs investigation labels Jan 7, 2025
@sbruens sbruens self-assigned this Jan 7, 2025
@sbruens
Copy link
Contributor

sbruens commented Jan 8, 2025

Thanks for reporting. I was able to reproduce. There seems to be something wrong in our arg parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server/advanced install Issues with manual/advanced server installation server
Projects
None yet
Development

No branches or pull requests

2 participants