summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-02-17 18:00:38 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-02-17 18:00:38 +0100
commitafd530473409fb3504f831f5590539a95d635689 (patch)
treea63fc4a132ddc4b93992d80a6b0bedd1f62ae496 /mgaupdate
parentf158df2a2612c10a3624e8088d2da66c1c21ed54 (diff)
downloadmgaonline-afd530473409fb3504f831f5590539a95d635689.tar
mgaonline-afd530473409fb3504f831f5590539a95d635689.tar.gz
mgaonline-afd530473409fb3504f831f5590539a95d635689.tar.bz2
mgaonline-afd530473409fb3504f831f5590539a95d635689.tar.xz
mgaonline-afd530473409fb3504f831f5590539a95d635689.zip
Revert config directory to /root/.MdkOnline to preserve existing config
Diffstat (limited to 'mgaupdate')
-rwxr-xr-xmgaupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaupdate b/mgaupdate
index 5c2f01b1..cacbec6a 100755
--- a/mgaupdate
+++ b/mgaupdate
@@ -41,7 +41,7 @@ BEGIN { unshift @::textdomains, 'mgaupdate' }
require_root_capability();
-my $confdir = '/root/.MgaOnline';
+my $confdir = '/root/.MdkOnline';
my $conffile = "$confdir/mgaupdate";
my $logfile = '/var/tmp/mgaupdate.log';