fix extra quote

This commit is contained in:
Andrea Spacca 2022-01-18 15:59:38 +01:00 committed by GitHub
parent d136081c52
commit 514d010e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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