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 @@ -347,7 +347,7 @@ conflicts_pkg="exim4 mariadb-server apache2 nginx hestia postfix"
347347
348348# Drop postfix from the list if exim should not be installed
349349if [ " $exim " = ' no' ]; then
350- conflicts_pkg=$( echo $conflicts_pkg | sed -i ' s/postfix//g' | xargs)
350+ conflicts_pkg=$( echo $conflicts_pkg | sed ' s/postfix//g' | xargs)
351351fi
352352
353353for pkg in $conflicts_pkg ; do
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ conflicts_pkg="exim4 mariadb-server apache2 nginx hestia postfix ufw"
321321
322322# Drop postfix from the list if exim should not be installed
323323if [ " $exim " = ' no' ]; then
324- conflicts_pkg=$( echo $conflicts_pkg | sed -i ' s/postfix//g' | xargs)
324+ conflicts_pkg=$( echo $conflicts_pkg | sed ' s/postfix//g' | xargs)
325325fi
326326
327327for pkg in $conflicts_pkg ; do
You can’t perform that action at this time.
0 commit comments