diff --git a/getenvsetup.sh b/getenvsetup.sh
index 145af743438460568d5f100ac62abcfd639e5ff8..7963459e9fd64f2f4b06ee69c0f3dc164724179a 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