Changed from ultimate to enterprise bundle name
This commit is contained in:
parent
ecbd39e773
commit
0de8f10edf
@ -78,7 +78,7 @@ elif [ "$BUNDLE" = "team" ]; then
|
||||
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden" "matrix" "element" "coturn" "wordpress" "freescout" "espocrm")
|
||||
elif [ "$BUNDLE" = "creator" ]; then
|
||||
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden" "matrix" "element" "coturn" "wordpress")
|
||||
elif [ "$BUNDLE" = "ultimate" ]; then
|
||||
elif [ "$BUNDLE" = "enterprise" ]; then
|
||||
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "gitea" "caddy" "autodiscover" "castopod" "wordpress" "coturn" "bookstack" "freescout" "msp" "espocrm")
|
||||
else
|
||||
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "gitea" "caddy" "autodiscover" "castopod" "wordpress" "coturn" "bookstack" "freescout" "msp" "espocrm")
|
||||
@ -107,7 +107,7 @@ elif [ "$BUNDLE" = "team" ]; then
|
||||
print_details_team
|
||||
elif [ "$BUNDLE" = "creator" ]; then
|
||||
print_details_creator
|
||||
elif [ "$BUNDLE" = "ultimate" ]; then
|
||||
elif [ "$BUNDLE" = "enterprise" ]; then
|
||||
print_details
|
||||
else
|
||||
print_details
|
||||
|
Loading…
x
Reference in New Issue
Block a user