From ff8779969cc2555410237209f611fd5e314b7434 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Thu, 26 Dec 2019 15:00:42 -0600 Subject: [PATCH] configure nginx and php-fpm --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 7fa6db1..59e6396 100755 --- a/install +++ b/install @@ -54,12 +54,14 @@ case ${codename} in confCmd="omv-mkconf" ntp="ntp" omvCodename="arrakis" + phpfpm="php-fpm" version=4 ;; buster) confCmd="omv-salt deploy run" ntp="chrony" omvCodename="usul" + phpfpm="phpfpm" version=5 ;; *) @@ -239,7 +241,7 @@ if [ ${version} -gt 4 ]; then fi # update config files -for service in samba flashmemory ssh ${ntp} timezone monit rrdcached collectd cpufrequtils ; do +for service in nginx ${phpfpm} samba flashmemory ssh ${ntp} timezone monit rrdcached collectd cpufrequtils ; do ${confCmd} ${service} done