Removing parent-directory too when cleaning up the config tree bind mount in chroot.
This commit is contained in:
parent
64a82a486c
commit
c8ccfbc1b3
|
@ -116,3 +116,4 @@ fi
|
||||||
# Remove bind mount of build config inside chroot.
|
# Remove bind mount of build config inside chroot.
|
||||||
umount chroot/live-build/config
|
umount chroot/live-build/config
|
||||||
rmdir chroot/live-build/config
|
rmdir chroot/live-build/config
|
||||||
|
rmdir chroot/live-build
|
||||||
|
|
Loading…
Reference in New Issue