Skip to content

Commit

Permalink
Fix cleanup (again)
Browse files Browse the repository at this point in the history
ThatHackerDudeFromCyberspace authored Jan 2, 2025
1 parent 5d9b668 commit a9613ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/install-bridge.sh
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ if [ "$(df -k /var/local | tail -n 1 | awk '{ print $4; }')" -lt "512" ] ; then
rm -f json_simple-1.1.jar
rm -f gandalf
rm -f bridge.conf
rm -f fbink
rm -f appreg_register_sh_integration.sql
rm -rf armel
rm -rf armhf
return 1
@@ -180,6 +180,7 @@ rm -f json_simple-1.1.jar
rm -f gandalf
rm -f bridge.conf
rm -f fbink
rm -f appreg_register_sh_integration.sql
rm -rf armel
rm -rf armhf
logmsg "I" "install" "" "done"

0 comments on commit a9613ab

Please sign in to comment.