Jaap Marcus 4 lat temu
rodzic
commit
5119001a96
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 2 - 2
install/hst-install-debian.sh

@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.4.3~alpha
+HESTIA_INSTALL_VER='1.4.3~alpha'
 pma_v='5.1.1'
 rc_v="1.4.11"
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
@@ -258,7 +258,7 @@ set_default_value 'dovecot' 'yes'
 if [ $memory -lt 1500000 ]; then
     set_default_value 'clamd' 'no'
     set_default_value 'spamd' 'no'
-elif [ $memory -lt 300000 ]; then
+elif [ $memory -lt 3000000 ]; then
     set_default_value 'clamd' 'no'
     set_default_value 'spamd' 'yes'
 else

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -239,7 +239,7 @@ set_default_value 'dovecot' 'yes'
 if [ $memory -lt 1500000 ]; then
     set_default_value 'clamd' 'no'
     set_default_value 'spamd' 'no'
-elif [ $memory -lt 300000 ]; then
+elif [ $memory -lt 3000000 ]; then
     set_default_value 'clamd' 'no'
     set_default_value 'spamd' 'yes'
 else