diff options
author | erdgeist <erdgeist@erdgeist.org> | 2008-07-13 21:15:42 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2008-07-13 21:15:42 +0000 |
commit | a30cce7b39b066d75bc594dbbd6ecd0a6761b4b0 (patch) | |
tree | 877e785e8afd636f2d52c0d7dd7c5c3a95bd06ad | |
parent | 20aae5c18fce425571f60f1f3ca4b18c74302a41 (diff) |
Fixed one unverfied copy'n'paste action
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 34cbe49..b52ac08 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -381,7 +381,7 @@ create) | |||
381 | 381 | ||
382 | # jail names may lead to identical configs, eg. foo.bar.com == foo-bar.com | 382 | # jail names may lead to identical configs, eg. foo.bar.com == foo-bar.com |
383 | # so check, whether we might be running into problems | 383 | # so check, whether we might be running into problems |
384 | if [ -e "${ezjail_config}" -o -e "${ezjail_config}.norun" ] && exerr "Error: An ezjail config already exists at ${ezjail_config}.\n This can happen because ezjail converts non alphanumeric characters in jail names to '_'.\n Please rename the ezjail." | 384 | [ -e "${ezjail_config}" -o -e "${ezjail_config}.norun" ] && exerr "Error: An ezjail config already exists at ${ezjail_config}.\n This can happen because ezjail converts non alphanumeric characters in jail names to '_'.\n Please rename the ezjail." |
385 | 385 | ||
386 | # if jail root specified on command line is not absolute, make it absolute | 386 | # if jail root specified on command line is not absolute, make it absolute |
387 | # inside our jail directory | 387 | # inside our jail directory |