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