summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
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*)