mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
fixed mtree rc mode
This commit is contained in:
2
jaildk
2
jaildk
@@ -443,7 +443,7 @@ rc_mtree() {
|
|||||||
conf=$j/etc/$jail/$rcscript.conf
|
conf=$j/etc/$jail/$rcscript.conf
|
||||||
|
|
||||||
if test -s $conf; then
|
if test -s $conf; then
|
||||||
case mode in
|
case $mode in
|
||||||
start|restart)
|
start|restart)
|
||||||
if test -n "$rw"; then
|
if test -n "$rw"; then
|
||||||
run=$j/build/$jail/
|
run=$j/build/$jail/
|
||||||
|
|||||||
Reference in New Issue
Block a user