From 3a9c3815c32887c4271ca18e980a3201f8126515 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 27 May 2011 10:18:39 +0000 Subject: Use /root/.MgaOnline for consistency --- mgaupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaupdate') diff --git a/mgaupdate b/mgaupdate index 7c1623ab..fcef3856 100755 --- a/mgaupdate +++ b/mgaupdate @@ -41,7 +41,7 @@ BEGIN { unshift @::textdomains, 'mgaupdate' } require_root_capability(); -my $confdir = '/root/.MdkOnline'; +my $confdir = '/root/.MgaOnline'; my $conffile = "$confdir/mgaupdate"; my $logfile = '/var/tmp/mgaupdate.log'; -- cgit v1.2.1