From 5a2e9e9e4faceea941e3f4a0d01958dce42eff34 Mon Sep 17 00:00:00 2001 From: Arjan Widlak Date: Tue, 23 Oct 2018 03:35:59 +0200 Subject: [PATCH] corrected ING in webgui-transport.pl --- sbin/newsletter-transport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/newsletter-transport.pl b/sbin/newsletter-transport.pl index 8f06b56..cc1fac9 100755 --- a/sbin/newsletter-transport.pl +++ b/sbin/newsletter-transport.pl @@ -4,7 +4,7 @@ BEGIN { unshift @INC, qw( /data/custom/webgui_newsletter/lib /data/WebGUI/lib - /data/custom/customlib_honeypot + /data/custom/customlib_honeypot/lib ); }