forgot the fi

This commit is contained in:
rnsrk 2021-09-28 11:34:32 +02:00
parent 07a2ed196a
commit 892428102f

View file

@ -724,4 +724,5 @@ 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}"
exit 0;
fi
exit 0