mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Replace IP assignment with LOCAL_IP variable
This commit is contained in:
@@ -47,7 +47,7 @@ DeploymentType="standalone"
|
||||
DeploymentType="standalone"
|
||||
FQDN=$(hostname -f)
|
||||
DomainName=$(hostname -d)
|
||||
IP=$(hostname -I | awk '{print $1}')
|
||||
IP=${LOCAL_IP}
|
||||
LISTENER=":443"
|
||||
PKIName="MyHomePKI"
|
||||
PKIProvisioner="pki@$DomainName"
|
||||
|
||||
Reference in New Issue
Block a user