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 723723# Excluding packages
724724software=$( echo " $software " | sed -e " s/apache2.2-common//" )
725725if [ " $nginx " = ' no' ]; then
726- software=$( echo " $software " | sed -e " s/^nginx/ /" )
726+ software=$( echo " $software " | sed -e " s/\bnginx\b/ /" )
727727fi
728728if [ " $apache " = ' no' ]; then
729729 software=$( echo " $software " | sed -e " s/apache2 //" )
Original file line number Diff line number Diff line change 685685# Excluding packages
686686software=$( echo " $software " | sed -e " s/apache2.2-common//" )
687687if [ " $nginx " = ' no' ]; then
688- software=$( echo " $software " | sed -e " s/^nginx/ /" )
688+ software=$( echo " $software " | sed -e " s/\bnginx\b/ /" )
689689fi
690690if [ " $apache " = ' no' ]; then
691691 software=$( echo " $software " | sed -e " s/apache2 //" )
You can’t perform that action at this time.
0 commit comments