diff --git a/install_wisski.bash b/install_wisski.bash index 13d7519..e47c91a 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -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; \ No newline at end of file +fi +exit 0 \ No newline at end of file