Skip to content

Commit

Permalink
fix(logic): missing downloadid error
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry authored and bakerboy448 committed Jul 22, 2024
1 parent 4860dbb commit 556012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xseed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ validate_process() {
exit 1
fi

if [ -z "$downloadID" ] && [[ -z "$filePath" || -z "$folderPath" ]]; then
if [ -z "$downloadID" ]; then
log_message "ERROR" "Download ID is missing. Checking if file path works for data/path based cross-seeding."
if [[ -z "$filePath" && -z "$folderPath" ]]; then
log_message "ERROR" "File and Folder paths are missing. Exiting."
Expand Down

0 comments on commit 556012d

Please sign in to comment.