Skip to content

Commit 64a1ff5

Browse files
committed
Supress output for v-change-sys-port during installation.
1 parent d4d9c84 commit 64a1ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ if [ "$quota" = 'yes' ]; then
18231823
fi
18241824

18251825
# Set backend port
1826-
$HESTIA/bin/v-change-sys-port $port
1826+
$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
18271827

18281828
# Set default theme
18291829
$HESTIA/bin/v-change-sys-theme 'default'

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ if [ "$quota" = 'yes' ]; then
17811781
fi
17821782

17831783
# Set backend port
1784-
$HESTIA/bin/v-change-sys-port $port
1784+
$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
17851785

17861786
# Set default theme
17871787
$HESTIA/bin/v-change-sys-theme 'default'

0 commit comments

Comments
 (0)