Skip to content

Syntax error on line 84 of ServerStart.sh #93

Open
@lparkes

Description

@lparkes

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions