Update finish.sh
This commit is contained in:
parent
431efd2e23
commit
7ff97bbe8a
|
|
@ -43,7 +43,7 @@ if [ .$domain_name = .'ip_address' ]; then
|
|||
domain_name=$(hostname -I | cut -d ' ' -f1)
|
||||
fi
|
||||
|
||||
#get a domain_uuid
|
||||
#get the domain_uuid
|
||||
domain_uuid=$(/usr/bin/php /var/www/fusionpbx/resources/uuid.php);
|
||||
|
||||
#add the domain name
|
||||
|
|
|
|||
Loading…
Reference in New Issue