Install parameters are getting ignored?

Trying to do fresh install of latest 1.9.4. Using following command:

bash hst-install.sh --port '2083' --apache no --multiphp '8.2, 8.3' --named no --exim no --dovecot no --clamav no --spamassassin no

i do not need any mail related or dns services on this server, yet they are getting installed

========================================================================

Thank you for downloading Hestia Control Panel! In a few moments,
we will begin installing the following components on your server:

   - NGINX Web / Proxy Server
   - Multi-PHP Environment: Version php8.2
   - Bind DNS Server
   - Exim Mail Server + ClamAV + SpamAssassin
   - Dovecot POP3/IMAP Server
   - MariaDB Database Server
   - Vsftpd FTP Server
   - Firewall (iptables) + Fail2Ban Access Monitor

========================================================================

the install command above was working perfectly some time ago. Something changed in install script or thats a bug?

Remove the space between the php versions..

bash hst-install.sh --port '2083' --apache no --multiphp '8.2,8.3' --named no --exim no --dovecot no --clamav no --spamassassin no
2 Likes