mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
fix extra quotes
This commit is contained in:
parent
514d010e89
commit
7b171c2f9b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue