From 3fe6f11868264ae92abf4966bb944590cd25513d Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 31 Dec 2005 13:35:24 +0000 Subject: copy the whole defaults directory, not just its entries --- ezjail-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ezjail-admin') diff --git a/ezjail-admin b/ezjail-admin index 59d6ce9..c8efc63 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -263,7 +263,7 @@ setup|update) mv ${ezjail_jailfull} ${ezjail_jailtemplate} # If the default flavour example has not yet been copied, do it now - [ -d ${ezjail_flavours}/default ] || cp -p -r ${ezjail_examples}/default ${ezjail_flavours} + [ -d ${ezjail_flavours}/default ] || cp -p -r ${ezjail_examples}/default ${ezjail_flavours}/ ;; *) -- cgit v1.2.3