diff --git a/41.Install_MS/MS_deploy.sh b/41.Install_MS/MS_deploy.sh index fa3d4ada392eb18f1bd52c18a613c2d58fd68b98..201f64603cb939725156285c76b2b906991b9329 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)