diff options
author | erdgeist <erdgeist@erdgeist.org> | 2005-12-31 13:35:24 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2005-12-31 13:35:24 +0000 |
commit | 3fe6f11868264ae92abf4966bb944590cd25513d (patch) | |
tree | 3afcd58898969e37bf52f47439e71dd27f8655f3 | |
parent | 60715529bcf6ca26455f82917a2d9eeb9482c1a6 (diff) |
copy the whole defaults directory, not just its entries
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 59d6ce9..c8efc63 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -263,7 +263,7 @@ setup|update) | |||
263 | mv ${ezjail_jailfull} ${ezjail_jailtemplate} | 263 | mv ${ezjail_jailfull} ${ezjail_jailtemplate} |
264 | 264 | ||
265 | # If the default flavour example has not yet been copied, do it now | 265 | # If the default flavour example has not yet been copied, do it now |
266 | [ -d ${ezjail_flavours}/default ] || cp -p -r ${ezjail_examples}/default ${ezjail_flavours} | 266 | [ -d ${ezjail_flavours}/default ] || cp -p -r ${ezjail_examples}/default ${ezjail_flavours}/ |
267 | 267 | ||
268 | ;; | 268 | ;; |
269 | *) | 269 | *) |