make script actually run

This commit is contained in:
2025-04-22 14:20:17 +02:00
parent c315159055
commit ead05b77fe

View File

@ -37,7 +37,6 @@ download() {
echo "$1" >> "$FAIL_FILE" echo "$1" >> "$FAIL_FILE"
} }
[[ -z $2 ]] && exit 1
Hentai generate "$1" "$tmp_dir" || exit 1 Hentai generate "$1" "$tmp_dir" || exit 1
[[ -f $FAIL_FILE ]] && rm -f "$FAIL_FILE" [[ -f $FAIL_FILE ]] && rm -f "$FAIL_FILE"