From d28d0129c193913a02acecffc79c9a0ab8277659 Mon Sep 17 00:00:00 2001
From: Karim Doumaz <karim.doumaz@ubicat.eu>
Date: Mon, 19 Dec 2016 16:05:11 +0100
Subject: [PATCH] Delete Streaming and Video VHOST not need anymore

---
 41.Install_MS/MS_deploy.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/41.Install_MS/MS_deploy.sh b/41.Install_MS/MS_deploy.sh
index fa3d4ada..201f6460 100755
--- a/41.Install_MS/MS_deploy.sh
+++ b/41.Install_MS/MS_deploy.sh
@@ -36,8 +36,6 @@ MS_NTP=$(dialog --backtitle "${BACKTITLE}" --title "Network configuration"  --in
 
 # vhosts
 MS_VHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration"  --inputbox "MS main URL (ie mediaserver.example.com)" 8 50 ${MS_VHOST0} --output-fd 1)
-MS_STREAMVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration"  --inputbox "MS streaming URL (ie streaming-mediaserver.example.com)" 8 60 ${MS_STREAMVHOST0} --output-fd 1)
-MS_VIDEOVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration"  --inputbox "MS video/FTP URL (ie video-mediaserver.example.com)" 8 60 ${MS_VIDEOVHOST0} --output-fd 1)
 MS_CMVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration"  --inputbox "CampusManager URL (ie campusmanager.example.com)" 8 60 ${MS_CMVHOST0} --output-fd 1)
 MS_MONVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration"  --inputbox "Monitor application URL (ie monitor-mediaserver.example.com)" 8 70 ${MS_MONVHOST0} --output-fd 1)
 
-- 
GitLab