Skip to content

Syntax error in install.sh: save_version() uses } instead of fi #181

@omarnada14

Description

@omarnada14

The save_version function in install.sh closes an if block with } instead of fi
This causes: line 862: syntax error near unexpected token '}'
The fix is a one-character change: replace } with fi inside that function

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