This commit is contained in:
zador-blood-stained 2016-12-14 16:12:13 +03:00
parent b46952f8ac
commit d2ccf6d3e2

View file

@ -93,7 +93,7 @@ exit_with_error()
overlayfs_wrapper "cleanup"
# unlock loop device access in case of starvation
exec {FD}>/var/lock/armbian-debootstrap-losetup
losetup -u $FD
flock -u $FD
exit -1
}