Merge pull request #273 from fbelavenuto/update

Fix little bug
This commit is contained in:
Fabio Belavenuto 2022-10-26 13:49:02 -03:00 committed by GitHub
commit c7cc1ed8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -896,7 +896,7 @@ function updateMenu() {
--msgbox "Error downloading update file" 0 0
continue
fi
unzip /tmp/update.zip -d /tmp
unzip -oq /tmp/update.zip -d /tmp
if [ $? -ne 0 ]; then
dialog --backtitle "`backtitle`" --title "Update arpl" --aspect 18 \
--msgbox "Error extracting update file" 0 0