minor typos

This commit is contained in:
rnsrk 2021-09-28 12:45:36 +02:00
parent 6039cdf5e5
commit c566e4db39
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ fi
echo -e "${RED}Be aware that this script removes the config and webroot files from your system!"
echo -e "They can't be recovered!"
echo -e "Use it only if you understand, what this script doing!"
echo -e "${YELLOW} Do you want to continue and remove your site?${NC}"
echo -e "${YELLOW}Do you want to continue and remove your site?${NC}"
while true; do
read -p "(y/n): " SURE

View file

@ -735,6 +735,6 @@ echo
if [[ ${EDITEDHOSTS} ]]; then
echo -e "${GREEN}Thats it! You can now visit http://${WEBSITENAME} or and install Drupal!${NC}"
else
echo -e "${GREEN}Thats it! You can now visit http://localhost/${WEBSITENAME} or and install Drupal!${NC}"
echo -e "${GREEN}Thats it! You can now visit http://localhost/${WEBSITENAME}/web or and install Drupal!${NC}"
fi
exit 0