forked from ungleich-public/cdist
update __jail type to match changed signature of __directory: fixes #135
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
9c5926f697
commit
b0ac5fe78d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ else
|
||||||
jaildir="/usr/jail"
|
jaildir="/usr/jail"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
__directory ${jaildir} --parents yes
|
__directory ${jaildir} --parents
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
#set +x
|
#set +x
|
||||||
|
|
Loading…
Reference in a new issue