Source chroot-out, after running chroot
This commit is contained in:
parent
e3300c0dbd
commit
b5214af525
@ -11,4 +11,10 @@ fi
|
||||
if [ -f "$2/chroot" ]; then
|
||||
wdvn-chroot "$2" "/chroot"
|
||||
rm "$2/chroot"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -f "$2/chroot-out" ]; then
|
||||
source "$2/chroot-out"
|
||||
rm "$2/chroot-out"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user