From 892428102f57c731db675eed87db81582d2b5b64 Mon Sep 17 00:00:00 2001 From: rnsrk Date: Tue, 28 Sep 2021 11:34:32 +0200 Subject: [PATCH] forgot the fi --- install_wisski.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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