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

Syntax error on line 84 of ServerStart.sh #93

Open
lparkes opened this issue Aug 13, 2022 · 0 comments
Open

Syntax error on line 84 of ServerStart.sh #93

lparkes opened this issue Aug 13, 2022 · 0 comments

Comments

@lparkes
Copy link

lparkes commented Aug 13, 2022

There is a space between "-" and "v" on line 84 of ServerStart.sh when there shouldn't be meaning that the script will never detect that curl is installed.

There doesn't seem to be any reason to discard the error output from "command -v ...", at least when I checked on my system, so maybe remove the "2>&1".

Hmm. There is no need to use ">>" with /dev/null. A normal ">" works fine and is more normal. Maybe that's a personal style thing though?

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

1 participant