minor typos
This commit is contained in:
parent
6039cdf5e5
commit
c566e4db39
2 changed files with 2 additions and 2 deletions
2
.rm_site
2
.rm_site
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue