From 7b171c2f9bdc42afe4c8a2587009cc4dff713d49 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Tue, 18 Jan 2022 16:00:15 +0100 Subject: [PATCH] fix extra quotes --- configure-instance.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure-instance.sh b/configure-instance.sh index 920cad7..bac5407 100755 --- a/configure-instance.sh +++ b/configure-instance.sh @@ -15,11 +15,11 @@ fi echo "Enter an url for the Frontend (eg: https://piped.kavin.rocks):" && read -r frontend_url -echo "Enter an url for the Backend (eg: https://pipedapi.kavin.rocks):"" && read -r backend_url +echo "Enter an url for the Backend (eg: https://pipedapi.kavin.rocks):" && read -r backend_url echo "Enter an hostname for the Proxy (eg: https://pipedproxy.kavin.rocks):" && read -r proxy_url -echo "Enter the reverse proxy you would like to use (either caddy or nginx):"" && read -r reverseproxy +echo "Enter the reverse proxy you would like to use (either caddy or nginx):" && read -r reverseproxy rm -rf config/ rm -f docker-compose.yml