make script actually run
This commit is contained in:
@ -37,7 +37,6 @@ download() {
|
||||
echo "$1" >> "$FAIL_FILE"
|
||||
}
|
||||
|
||||
[[ -z $2 ]] && exit 1
|
||||
Hentai generate "$1" "$tmp_dir" || exit 1
|
||||
|
||||
[[ -f $FAIL_FILE ]] && rm -f "$FAIL_FILE"
|
||||
|
Reference in New Issue
Block a user