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