I did not check before doing restore so cannot say.
bash hst-install.sh -a yes -n yes -w no -o yes -v yes -j no -k yes -m yes -g no -x yes -z yes -c yes -t yes -i no -b no -q no -d yes -f no -y yes -r 4589 -s server.mydomaincom -e [email protected] -p mypasswordhere -l en
I believe is
a, --apache Install Apache [yes|no] default: yes
-n, --nginx Install Nginx [yes|no] default: yes
-w, --phpfpm Install PHP-FPM [yes|no] default: no
-o, --multiphp Install Multi-PHP [yes|no] default: yes
-v, --vsftpd Install Vsftpd [yes|no] default: yes
-j, --proftpd Install ProFTPD [yes|no] default: no
-k, --named Install Bind [yes|no] default: yes
-m, --mysql Install MariaDB [yes|no] default: yes
-g, --postgresql Install PostgreSQL [yes|no] default: no
-x, --exim Install Exim [yes|no] default: yes
-z, --dovecot Install Dovecot [yes|no] default: yes
-c, --clamav Install ClamAV [yes|no] default: yes
-t, --spamassassin Install SpamAssassin [yes|no] default: yes
-i, --iptables Install Iptables [yes|no] default: no
-b, --fail2ban Install Fail2ban [yes|no] default: no
-q, --quota Filesystem Quota [yes|no] default: no
-d, --api Activate API [yes|no] default: yes
-r, --port Change Backend Port default: 4589
-l, --lang Default language default: en
-y, --interactive Interactive install [yes|no] default: yes
-s, --hostname Set hostname server.mydomain.com
-e, --email Set admin [email protected]
-p, --password Set admin my password
Of course I have change the details of port, email etc from what I actually used.
When I edit php.ini via cp it lists all the php version paths at top.
Thanks