From f2f129952f89520e7a2a7f67eb88054e47a704ee Mon Sep 17 00:00:00 2001 From: rnsrk Date: Tue, 28 Sep 2021 11:06:30 +0200 Subject: [PATCH] correct conf place --- install_wisski.bash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install_wisski.bash b/install_wisski.bash index ac23ec3..2dd9bbe 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -352,8 +352,7 @@ then echo echo -e "${YELLOW}Since, you are on localhost, I try to add \"127.0.0.1 ${WEBSITENAME}\" to /etc/hosts." echo -e "Is this okay for you?${NC}" - - while true; do + while true; do read -p "(y/n): " SURE case $SURE in [Yy]* ) @@ -373,7 +372,6 @@ then * ) echo "Please answer yes or no.";; esac done - fi echo