outline-apps icon indicating copy to clipboard operation
outline-apps copied to clipboard

Default installation script uses only last one arg

Open HedgehogNSK opened this issue 1 year ago • 1 comments

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.

HedgehogNSK avatar Dec 29 '24 03:12 HedgehogNSK

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

sbruens avatar Jan 08 '25 20:01 sbruens