Skip to content

Commit

Permalink
gen: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored May 29, 2024
1 parent c95dec1 commit c302a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ cat << 'EOF' >> $REMOVE_SCRIPT
for bloat in "${packages_to_nuke[@]}"; do
if [ -e "$bloat" ]; then
rm -rf "$bloat"
ui_print "Removed $bloat"
echo "Removed $bloat"
else
ui_print "Skipping $bloat (NOT FOUND)"
echo "Skipping $bloat (NOT FOUND)"
fi
done
Expand All @@ -134,4 +134,4 @@ cd $PACKAGE_DIR
zip -r9 twrpdblt-${TIME}.zip * -x .git README.md *placeholder
cd $WKDIR

echo "twrpdblt-${TIME}.zip has been generated."
echo "twrpdblt-${TIME}.zip has been generated."

0 comments on commit c302a4e

Please sign in to comment.