correct conf place

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

View file

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