mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
makes no sence to check existence of to be build jail
This commit is contained in:
3
jaildk
3
jaildk
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
version=1.00
|
||||
version=1.01
|
||||
|
||||
usage_jaildk() {
|
||||
beg=`tput -T ${TERM:-cons25} md`
|
||||
@@ -431,7 +431,6 @@ jaildk_clone() {
|
||||
else
|
||||
# clone from A to B
|
||||
die_if_not_exist $src "Source jail"
|
||||
die_if_not_exist $new "Destionation jail"
|
||||
|
||||
if test -z "$srcversion"; then
|
||||
. $j/etc/$src/jail.conf
|
||||
|
||||
Reference in New Issue
Block a user