Skip to content

Commit

Permalink
Merge pull request #366 from shawniverson/012124mailwatch
Browse files Browse the repository at this point in the history
Fix typo in update
  • Loading branch information
shawniverson authored Jan 21, 2024
2 parents bd7fed6 + 6272923 commit 7d892d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmbuild/SOURCES/eFa-4.0.4/updates/update-4.0.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fi

# Add HIDE_APPLY_QUARANTINE to conf.php
if [[ -z $(grep HIDE_APPLY_QUARANTINE /var/www/html/mailscanner/conf.php ) ]]; then
sed -i "/^define('HIDE_UNKNOWN'/ a\\\n// Apply hide options above also to quarantine page\nefine('HIDE_APPLY_QUARANTINE', false);" /var/www/html/mailscanner/conf.php
sed -i "/^define('HIDE_UNKNOWN'/ a\\\n// Apply hide options above also to quarantine page\ndefine('HIDE_APPLY_QUARANTINE', false);" /var/www/html/mailscanner/conf.php
fi

# Ensure MailWatchConf.pm is updated
Expand Down

0 comments on commit 7d892d7

Please sign in to comment.