diff --git a/.rm_site b/.rm_site index 9893ade..fa0931c 100755 --- a/.rm_site +++ b/.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 diff --git a/install_wisski.bash b/install_wisski.bash index 3330e4f..9e9e0fe 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -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 \ No newline at end of file