Skip to content

./init.sh: line 38: read: `Existing data found for localhost. Continue and replace existing certificate? (y/N)': not a valid identifier #7

Description

@coz-eduardo-hernandez

To fix change
read -p -r "Existing data found for $domain. Continue and replace existing certificate? (y/N) " decision
to
read -r -p "Existing data found for $domain. Continue and replace existing certificate? (y/N) " decision
In init.sh. Notice the order of the options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions