We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If a default shell other than bash is installed on the server, the installation fails.
To Reproduce Steps to reproduce the behavior: On vps server:
apt install fish chsh # enter "/usr/bin/fish"
On host in AmneziaVPN select Self-hosted VPN and all next. VPN protocol I select awg. And click Install button
Expected behavior Execute scripts in the bash, not in the default shell.
Screenshots
Desktop (please complete the following information):
Server (please complete the following information):
The text was updated successfully, but these errors were encountered:
The scripts should specify a shebang #!/usr/bin/env bash instead of relying on the default shell
#!/usr/bin/env bash
check_user_in_sudo.sh fails to get executed on fish shell, resulting in an Error 205: ServerUserNotInSudo:
$ CUR_USER=$(whoami);\ groups $CUR_USER fish: Unsupported use of '='. In fish, please use 'set CUR_USER $(whoami)'.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If a default shell other than bash is installed on the server, the installation fails.
To Reproduce
Steps to reproduce the behavior:
On vps server:
On host in AmneziaVPN select Self-hosted VPN and all next. VPN protocol I select awg.
And click Install button
Expected behavior
Execute scripts in the bash, not in the default shell.
Screenshots
Desktop (please complete the following information):
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: