Skip to content

Commit 0d1ed01

Browse files
author
Kristan Kenney
committed
Merge branch 'main' into feature/user-roles
2 parents 384a62b + 32ef8a2 commit 0d1ed01

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
@@ -1783,6 +1783,9 @@ fi
17831783
# Set backend port
17841784
$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
17851785

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

install/hst-install-ubuntu.sh

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

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

0 commit comments

Comments
 (0)