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

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