File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 809809if [ " $iptables " = ' no' ] || [ " $fail2ban " = ' no' ]; then
810810 software=$( echo " $software " | sed -e " s/fail2ban//" )
811811fi
812+ if [ " $phpfpm " = ' yes' ]; then
813+ software=$( echo " $software " | sed -e ' s/php$fpm_v-cgi//' )
814+ fi
812815if [ -d " $withdebs " ]; then
813816 software=$( echo " $software " | sed -e " s/hestia-nginx//" )
814817 software=$( echo " $software " | sed -e " s/hestia-php//" )
Original file line number Diff line number Diff line change 774774if [ " $iptables " = ' no' ] || [ " $fail2ban " = ' no' ]; then
775775 software=$( echo " $software " | sed -e " s/fail2ban//" )
776776fi
777+ if [ " $phpfpm " = ' yes' ]; then
778+ software=$( echo " $software " | sed -e ' s/php$fpm_v-cgi//' )
779+ fi
777780if [ -d " $withdebs " ]; then
778781 software=$( echo " $software " | sed -e " s/hestia-nginx//" )
779782 software=$( echo " $software " | sed -e " s/hestia-php//" )
You can’t perform that action at this time.
0 commit comments