mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Fix little bug
This commit is contained in:
parent
1a1afd86dc
commit
5ce028e23d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user