File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ if [ "$iptables" = 'no' ] || [ "$fail2ban" = 'no' ]; then
810810 software=$( echo " $software " | sed -e " s/fail2ban//" )
811811fi
812812if [ " $phpfpm " = ' yes' ]; then
813- software=$( echo " $software " | sed -e ' s/php$fpm_v-cgi//' )
813+ software=$( echo " $software " | sed -e " s/php$fpm_v -cgi//" )
814814fi
815815if [ -d " $withdebs " ]; then
816816 software=$( echo " $software " | sed -e " s/hestia-nginx//" )
Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ if [ "$iptables" = 'no' ] || [ "$fail2ban" = 'no' ]; then
775775 software=$( echo " $software " | sed -e " s/fail2ban//" )
776776fi
777777if [ " $phpfpm " = ' yes' ]; then
778- software=$( echo " $software " | sed -e ' s/php$fpm_v-cgi//' )
778+ software=$( echo " $software " | sed -e " s/php$fpm_v -cgi//" )
779779fi
780780if [ -d " $withdebs " ]; then
781781 software=$( echo " $software " | sed -e " s/hestia-nginx//" )
You can’t perform that action at this time.
0 commit comments