Merge pull request #112 from p0isk/sysuprade-patch

Update sysupgrade
pull/117/head
Igor Zalatov 2021-12-19 14:47:06 +03:00 committed by GitHub
commit bb1704b373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ check_release() {
}
mount_rootfs() {
mkdir /tmp/rootfs
mkdir -p /tmp/rootfs
loop=$(losetup -f)
[ $? -eq 0 ] && losetup "${loop}" "${1}" && mount "${loop}" /tmp/rootfs
if [ $? -eq 0 ]; then