Skip to content

Commit

Permalink
Update cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatHackerDudeFromCyberspace authored Jan 2, 2025
1 parent 93dfa02 commit a95963d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/install-bridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ if [ "$(df -k /var/local | tail -n 1 | awk '{ print $4; }')" -lt "512" ] ; then
rm -f gandalf
rm -f bridge.conf
rm -f fbink
rm -rf armel
rm -rf armhf
return 1
fi

Expand Down Expand Up @@ -178,6 +180,8 @@ rm -f json_simple-1.1.jar
rm -f gandalf
rm -f bridge.conf
rm -f fbink
rm -rf armel
rm -rf armhf
logmsg "I" "install" "" "done"

otautils_update_progressbar
Expand Down

0 comments on commit a95963d

Please sign in to comment.