mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
fix extra quote
This commit is contained in:
parent
d136081c52
commit
514d010e89
1 changed files with 1 additions and 1 deletions
|
@ -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 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
|
echo "Enter the reverse proxy you would like to use (either caddy or nginx):"" && read -r reverseproxy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue