From: Nicolas Boisselier Date: Sun, 17 Jan 2016 01:22:01 +0000 (+0000) Subject: nb-repos-dir X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f00968f09e263e1d33b68805747e678985aebcdc;p=nb.git nb-repos-dir --- diff --git a/bin/nb-repo-dirs b/bin/nb-repo-dirs index 39002048..3deac69a 100755 --- a/bin/nb-repo-dirs +++ b/bin/nb-repo-dirs @@ -9,7 +9,7 @@ use File::Spec; use Cwd; use File::Basename; my @DIRS = ( - dirname ( File::Spec->rel2abs( Cwd::abs_path(__FILE__) ) ), + dirname ( dirname ( File::Spec->rel2abs( Cwd::abs_path(__FILE__) ) ) ), '/opt/backup_servers', '/{opt,home/www}/rent', 'root:/etc/puppet',