Просмотр исходного кода

Execute v-update-sys-defaults at end of install

Kristan Kenney 5 лет назад
Родитель
Сommit
32ef8a2268
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      install/hst-install-debian.sh
  2. 3 0
      install/hst-install-ubuntu.sh

+ 3 - 0
install/hst-install-debian.sh

@@ -1782,6 +1782,9 @@ fi
 # Set backend port
 $HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
 
+# Create default configuration files
+$HESTIA/bin/v-update-sys-defaults
+
 # Update remaining packages since repositories have changed
 echo -ne "[ * ] Installing remaining software updates..."
 apt-get -qq update

+ 3 - 0
install/hst-install-ubuntu.sh

@@ -1809,6 +1809,9 @@ fi
 # Set backend port
 $HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
 
+# Create default configuration files
+$HESTIA/bin/v-update-sys-defaults
+
 # Update remaining packages since repositories have changed
 echo -ne "[ * ] Installing remaining software updates..."
 apt-get -qq update