correct conf place
This commit is contained in:
parent
57adc2d073
commit
f2f129952f
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue