revert add prompt for install domain and admin user name.
This commit is contained in:
2026-04-06 15:39:36 +00:00
parent 28e960adef
commit d12a870efb

View File

@@ -1,15 +1,7 @@
# FusionPBX Settings
# Get machine IP for default domain
DEFAULT_IP=$(hostname -I | awk '{print $1}')
printf "Domain name [default: %s]: " "$DEFAULT_IP"
read domain_name
domain_name=${domain_name:-$DEFAULT_IP}
printf "System username [default: admin]: "
read system_username
system_username=${system_username:-admin}
domain_name=ip_address # hostname, ip_address or a custom value
system_username=admin # default username admin
system_password=random # random or a custom value
system_branch=5.5 # master, 5.5