From afd530473409fb3504f831f5590539a95d635689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 17 Feb 2015 18:00:38 +0100 Subject: Revert config directory to /root/.MdkOnline to preserve existing config --- mgaonline.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaonline.pm') diff --git a/mgaonline.pm b/mgaonline.pm index 7deefd2d..d9c28bee 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -128,7 +128,7 @@ sub get_distro_list() { sub clean_confdir() { - my $confdir = '/root/.MgaOnline'; + my $confdir = '/root/.MdkOnline'; system "/bin/rm", "-f", "$confdir/*log.bz2", "$confdir/*log.bz2.uue", "$confdir/*.dif $confdir/rpm_qa_installed_before", "$confdir/rpm_qa_installed_after"; } -- cgit v1.2.1