From e5a05e8c66ba1f8b24d204b259f56d1a8a17a2a7 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 24 Mar 2021 09:50:22 +0100 Subject: [PATCH] improved setup script style --- setup/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup.sh b/setup/setup.sh index d8c12fdc9..093e062af 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -209,7 +209,7 @@ prepare_nginx() echo "Removing nginx..." yq -i eval 'del(.services.nginx)' docker-compose.yml printf "The two following configurations are useful if you want to install Fab-manager behind a reverse proxy...\n" - read -rp "Do you want to map the Fab-manager's service to an external network? (Y/n) " confirm