Skip to content

Commit 32ef8a2

Browse files
author
Kristan Kenney
committed
Execute v-update-sys-defaults at end of install
1 parent 8eb5219 commit 32ef8a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,6 +1782,9 @@ fi
17821782
# Set backend port
17831783
$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
17841784

1785+
# Create default configuration files
1786+
$HESTIA/bin/v-update-sys-defaults
1787+
17851788
# Update remaining packages since repositories have changed
17861789
echo -ne "[ * ] Installing remaining software updates..."
17871790
apt-get -qq update

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,6 +1809,9 @@ fi
18091809
# Set backend port
18101810
$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
18111811

1812+
# Create default configuration files
1813+
$HESTIA/bin/v-update-sys-defaults
1814+
18121815
# Update remaining packages since repositories have changed
18131816
echo -ne "[ * ] Installing remaining software updates..."
18141817
apt-get -qq update

0 commit comments

Comments
 (0)