Browse Source

Ingore first time error

Ernesto Nicolás Carrea 5 years ago
parent
commit
7d1c5d99a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/setup/init.inc

+ 1 - 1
bin/setup/init.inc

@@ -167,7 +167,7 @@ EOL
     fi
     fi
 
 
     echo " - Configuring system IP addresses..."
     echo " - Configuring system IP addresses..."
-    $HESTIA/bin/v-update-sys-ip
+    $HESTIA/bin/v-update-sys-ip > /dev/null 2>&1
 
 
     echo " - Enabling and starting Hestia service..."
     echo " - Enabling and starting Hestia service..."
     osal_service_enable hestia
     osal_service_enable hestia