Compare commits

..
1 Commits
51 .. 56
Author SHA1 Message Date
nezumi f6d783c176 fix: ignore skipped content 2025-05-02 10:19:13 +07:00
-6
View File
@@ -170,10 +170,4 @@ log "Use [zygisk-detach](https://github.com/j-hc/zygisk-detach) to detach root R
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)\n"
log "$(cat "$TEMP_DIR"/*-rv/changelog.md)"
SKIPPED=$(cat "$TEMP_DIR"/skipped 2>/dev/null || :)
if [ -n "$SKIPPED" ]; then
log "\nSkipped:"
log "$SKIPPED"
fi
pr "Done"