From c566e4db39175bcdce7efce4b2d5c919e2868086 Mon Sep 17 00:00:00 2001 From: rnsrk Date: Tue, 28 Sep 2021 12:45:36 +0200 Subject: [PATCH] minor typos --- .rm_site | 2 +- install_wisski.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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