From a23124b2530683d1279d5a852501b1549e44bc84 Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK <nicolas@karolak.fr> Date: Wed, 8 Apr 2020 14:26:10 +0000 Subject: [PATCH] reflect renamed inventories --- getenvsetup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getenvsetup.sh b/getenvsetup.sh index 145af743..7963459e 100755 --- a/getenvsetup.sh +++ b/getenvsetup.sh @@ -26,9 +26,9 @@ while [[ ":${choices}:" != *:${choice}:* ]]; do [ -z "$choice" ] && choice=1 done -[ $choice = 1 ] && target=server -[ $choice = 2 ] && target=worker -[ $choice = 3 ] && target=vault +[ $choice = 1 ] && target=mediaserver +[ $choice = 2 ] && target=mediaworker +[ $choice = 3 ] && target=mediavault # configure proxy read -r -p "HTTP proxy (e.g. proxy.example.net:3128, enter to skip):" proxy -- GitLab