correct conf place

This commit is contained in:
rnsrk 2021-09-28 11:06:30 +02:00
parent 57adc2d073
commit f2f129952f

View file

@ -352,7 +352,6 @@ then
echo
echo -e "${YELLOW}Since, you are on localhost, I try to add \"127.0.0.1 ${WEBSITENAME}\" to /etc/hosts."
echo -e "Is this okay for you?${NC}"
while true; do
read -p "(y/n): " SURE
case $SURE in
@ -373,7 +372,6 @@ then
* ) echo "Please answer yes or no.";;
esac
done
fi
echo