outline-apps
outline-apps copied to clipboard
Default installation script uses only last one arg
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.
Thanks for reporting. I was able to reproduce. There seems to be something wrong in our arg parsing.