Skip to content

Commit 816bc25

Browse files
author
Alexandros
committed
Replaced ' with " in sed
1 parent 4f524dc commit 816bc25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ if [ "$iptables" = 'no' ] || [ "$fail2ban" = 'no' ]; then
810810
software=$(echo "$software" | sed -e "s/fail2ban//")
811811
fi
812812
if [ "$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//")
814814
fi
815815
if [ -d "$withdebs" ]; then
816816
software=$(echo "$software" | sed -e "s/hestia-nginx//")

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ if [ "$iptables" = 'no' ] || [ "$fail2ban" = 'no' ]; then
775775
software=$(echo "$software" | sed -e "s/fail2ban//")
776776
fi
777777
if [ "$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//")
779779
fi
780780
if [ -d "$withdebs" ]; then
781781
software=$(echo "$software" | sed -e "s/hestia-nginx//")

0 commit comments

Comments
 (0)