aboutsummaryrefslogtreecommitdiffstats
path: root/script/load-exim-logs
diff options
context:
space:
mode:
Diffstat (limited to 'script/load-exim-logs')
-rwxr-xr-xscript/load-exim-logs4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/load-exim-logs b/script/load-exim-logs
index ab21c3bb0..234aecd3b 100755
--- a/script/load-exim-logs
+++ b/script/load-exim-logs
@@ -14,7 +14,7 @@ then
*) f=$(pwd)/$1 ;;
esac
cd "$LOC"
- bundle exec ./runner 'EximLog.load_file("'$f'")'
+ bundle exec ./runner 'MailServerLog.load_file("'$f'")'
exit
fi
@@ -23,5 +23,5 @@ cd "$LOC"
LATEST=$( ls -rt $OPTION_MTA_LOG_PATH 2>/dev/null | tail -3 )
for X in $LATEST
do
- bundle exec ./runner 'EximLog.load_file("'$X'")'
+ bundle exec ./runner 'MailServerLog.load_file("'$X'")'
done