We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 384a62b + 32ef8a2 commit 0d1ed01Copy full SHA for 0d1ed01
2 files changed
install/hst-install-debian.sh
@@ -1783,6 +1783,9 @@ fi
1783
# Set backend port
1784
$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
1785
1786
+# Create default configuration files
1787
+$HESTIA/bin/v-update-sys-defaults
1788
+
1789
# Update remaining packages since repositories have changed
1790
echo -ne "[ * ] Installing remaining software updates..."
1791
apt-get -qq update
install/hst-install-ubuntu.sh
@@ -1810,6 +1810,9 @@ fi
1810
1811
1812
1813
1814
1815
1816
1817
1818
0 commit comments