Browse Source

Init WEBMAIL_SYSTEM

Ernesto Nicolás Carrea 5 years ago
parent
commit
183742286a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/setup/init.inc

+ 1 - 0
bin/setup/init.inc

@@ -57,6 +57,7 @@ hestia_setup_init() {
     hestia_config_init_value 'API' 'yes'
     hestia_config_init_value 'BACKEND_PORT' '8083'
     hestia_config_init_value 'FILE_MANAGER' 'false'
+    hestia_config_init_value 'WEBMAIL_SYSTEM' ''
 
     memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])