We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d9c84 commit 64a1ff5Copy full SHA for 64a1ff5
install/hst-install-debian.sh
@@ -1823,7 +1823,7 @@ if [ "$quota" = 'yes' ]; then
1823
fi
1824
1825
# Set backend port
1826
-$HESTIA/bin/v-change-sys-port $port
+$HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
1827
1828
# Set default theme
1829
$HESTIA/bin/v-change-sys-theme 'default'
install/hst-install-ubuntu.sh
@@ -1781,7 +1781,7 @@ if [ "$quota" = 'yes' ]; then
1781
1782
1783
1784
1785
1786
1787
0 commit comments