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

functions.sh shell error: integer expression expected #236

Open
edthrn opened this issue Mar 15, 2024 · 1 comment
Open

functions.sh shell error: integer expression expected #236

edthrn opened this issue Mar 15, 2024 · 1 comment

Comments

@edthrn
Copy link

edthrn commented Mar 15, 2024

When trying to generate a new client, I get the following error (using v1.13.0):

./functions.sh: line 14: [: no: integer expression expected

Replacing this line by the following line solves the problem:

# note the double brackets
if [[ "$PASSWORD_PROTECTED" -eq 1 ]]; then
@crzdg
Copy link

crzdg commented Apr 1, 2024

I do not get any error, but I'm also not able to generate password protected clients with ./genclient.sh np profile_name.

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

2 participants