Browse Source

Configure IPs

Ernesto Nicolás Carrea 5 years ago
parent
commit
96e5ba8faa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bin/setup/init.inc

+ 3 - 0
bin/setup/init.inc

@@ -116,6 +116,9 @@ hestia_setup_init() {
         cp -f $HESTIA_INSTALL_DIR/ssl/dhparam.pem /etc/ssl/
     fi
 
+    echo " - Configuring system IP addresses..."
+    $HESTIA/bin/v-update-sys-ip
+
     echo " - Enabling and starting Hestia service..."
     osal_service_enable hestia
     osal_service_restart hestia