Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
Former-commit-id: f55aa92
  • Loading branch information
shawniverson committed Feb 3, 2020
1 parent a746802 commit e1d4b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmbuild/SOURCES/eFa-4.0.2/updates/update-4.0.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi

# Add configuration parameter for GeoIP2
if [[ -z $(grep uri_country_db_path /etc/MailScanner/spamassassin.conf) ]]; then
echo '' >> etc/MailScanner/spamassassin.conf
echo '' >> /etc/MailScanner/spamassassin.conf
echo 'ifplugin Mail::SpamAssassin::Plugin::URILocalBL' >> /etc/MailScanner/spamassassin.conf
echo ' uri_country_db_path /usr/share/GeoIP/GeoLite2-Country.mmdb' >> /etc/MailScanner/spamassassin.conf
echo 'endif' >> /etc/MailScanner/spamassassin.conf
Expand Down

0 comments on commit e1d4b2a

Please sign in to comment.