mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +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
|
#!/bin/sh
|
||||||
|
|
||||||
version=1.00
|
version=1.01
|
||||||
|
|
||||||
usage_jaildk() {
|
usage_jaildk() {
|
||||||
beg=`tput -T ${TERM:-cons25} md`
|
beg=`tput -T ${TERM:-cons25} md`
|
||||||
@@ -431,7 +431,6 @@ jaildk_clone() {
|
|||||||
else
|
else
|
||||||
# clone from A to B
|
# clone from A to B
|
||||||
die_if_not_exist $src "Source jail"
|
die_if_not_exist $src "Source jail"
|
||||||
die_if_not_exist $new "Destionation jail"
|
|
||||||
|
|
||||||
if test -z "$srcversion"; then
|
if test -z "$srcversion"; then
|
||||||
. $j/etc/$src/jail.conf
|
. $j/etc/$src/jail.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user