mirror of
https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
synced 2023-10-10 13:37:40 +02:00
Fix firmware archive deletion
This commit is contained in:
parent
73b3efaca3
commit
27494b7cb5
@ -1072,6 +1072,7 @@ proc ::rmupdate::download_firmware {{download_url ""} {version ""}} {
|
|||||||
}
|
}
|
||||||
exec /usr/bin/unzip "${archive_file}" "${img_file}" -o -d "${img_dir}" 2>/dev/null
|
exec /usr/bin/unzip "${archive_file}" "${img_file}" -o -d "${img_dir}" 2>/dev/null
|
||||||
set img_file "${img_dir}/${img_file}"
|
set img_file "${img_dir}/${img_file}"
|
||||||
|
file delete $archive_file
|
||||||
} else {
|
} else {
|
||||||
set img_file $archive_file
|
set img_file $archive_file
|
||||||
}
|
}
|
||||||
@ -1082,7 +1083,6 @@ proc ::rmupdate::download_firmware {{download_url ""} {version ""}} {
|
|||||||
if {$img_file != $image_file} {
|
if {$img_file != $image_file} {
|
||||||
file rename $img_file $image_file
|
file rename $img_file $image_file
|
||||||
}
|
}
|
||||||
file delete $archive_file
|
|
||||||
return $image_file
|
return $image_file
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user