From 514d010e8980e35815d33aeeb8ddd575cadb2887 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Tue, 18 Jan 2022 15:59:38 +0100 Subject: [PATCH] fix extra quote --- configure-instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-instance.sh b/configure-instance.sh index c0e1cdc..920cad7 100755 --- a/configure-instance.sh +++ b/configure-instance.sh @@ -17,7 +17,7 @@ echo "Enter an url for the Frontend (eg: https://piped.kavin.rocks):" && read -r 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 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