diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-02-10 16:05:58 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-02-10 16:05:58 +0000 |
commit | d57c4832a09a11d82f08e42012c3f5f88095f18b (patch) | |
tree | 5cfc2e21d39b3f57174caf2a50c4a4dcf8e50f08 | |
parent | 7e33d9c0fcec5b1df3afd481d373e4ff8ecc3466 (diff) |
Cosmetics.
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ezjail-admin b/ezjail-admin index 4bae99a..3f050e0 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -134,7 +134,9 @@ create) | |||
134 | fi | 134 | fi |
135 | fi | 135 | fi |
136 | 136 | ||
137 | # | ||
137 | # For user convenience some scenarios commonly causing headaches are checked | 138 | # For user convenience some scenarios commonly causing headaches are checked |
139 | # | ||
138 | 140 | ||
139 | # check, whether IP is configured on a local interface, warn if it isnt | 141 | # check, whether IP is configured on a local interface, warn if it isnt |
140 | ping -c 1 -m 1 -t 1 -q ${newjail_ip} > /dev/null | 142 | ping -c 1 -m 1 -t 1 -q ${newjail_ip} > /dev/null |