Update sysupgrade

pull/112/head
p0isk 2021-12-18 22:06:56 +03:00
parent 3765435a5f
commit 51b594933b
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