aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-01-24 12:28:42 +0100
committerAngelo Naselli <anaselli@linux.it>2016-01-24 12:28:42 +0100
commitb4fc64b4d7d04373a715ee2acdd21687f4c9a202 (patch)
treed512236ae4a6cc4214d8836a58a09268ed24b915 /scripts
parente4724e85c92f27a40d2bdc61dc0003a791f75d06 (diff)
downloadmanatools-b4fc64b4d7d04373a715ee2acdd21687f4c9a202.tar
manatools-b4fc64b4d7d04373a715ee2acdd21687f4c9a202.tar.gz
manatools-b4fc64b4d7d04373a715ee2acdd21687f4c9a202.tar.bz2
manatools-b4fc64b4d7d04373a715ee2acdd21687f4c9a202.tar.xz
manatools-b4fc64b4d7d04373a715ee2acdd21687f4c9a202.zip
right configuration dir
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mpan2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mpan b/scripts/mpan
index 3d152426..1b28f77c 100755
--- a/scripts/mpan
+++ b/scripts/mpan
@@ -98,7 +98,7 @@ sub getSettings {
my ($self) = @_;
# yui commandline parser
- my $confDir = $cmdline->conf_dir() || "/etc";
+ my $confDir = $cmdline->conf_dir() || "/etc/manatools";
chop $confDir if substr($confDir, -1) eq '/';
$confDir .= '/mpan';