Fix little bug

This commit is contained in:
Fabio Belavenuto 2022-10-26 13:48:41 -03:00
parent 1a1afd86dc
commit 5ce028e23d

View File

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