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