Skip to content

Commit e4ea71e

Browse files
committed
Update
1 parent f87619e commit e4ea71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/assets/home/etc/tool-tree.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ Update() {
673673
exit
674674
fi
675675
echo
676-
if [[ "'$websum'" != "'$filesum'" ]]; then
676+
if [[ "'$websum'" != "'$filesum'" ]] || [[ "'$show_update'" == 1 ]]; then
677677
echo "'$update_text_3'"
678678
echo
679679
taive "'$url_dowload'" "$TMP/Tool-Tree.apk" 2>&1

0 commit comments

Comments
 (0)