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.
To fix change
read -p -r "Existing data found for $domain. Continue and replace existing certificate? (y/N) " decisionto
read -r -p "Existing data found for $domain. Continue and replace existing certificate? (y/N) " decisionIn init.sh. Notice the order of the options.