mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Make it obvious that media domain has to be different from main
This commit is contained in:
parent
ece6a6947f
commit
c967afb946
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fi
|
|||
|
||||
# Ask for input only if variables are not already set
|
||||
[ -z "$MAIN_DOMAIN" ] && read -p "Enter Main FQDN: " MAIN_DOMAIN
|
||||
[ -z "$MEDIA_DOMAIN" ] && read -p "Enter Media FQDN: " MEDIA_DOMAIN
|
||||
[ -z "$MEDIA_DOMAIN" ] && read -p "Enter Media FQDN (MUST be different from Main Domain): " MEDIA_DOMAIN
|
||||
[ -z "$EMAIL" ] && read -p "Enter Email: " EMAIL
|
||||
[ -z "$LISTEN_IP" ] && read -p "Enter Listen IP: " LISTEN_IP
|
||||
[ -z "$EXTERNAL_IP" ] && read -p "Enter Public IP: " EXTERNAL_IP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue