Skip to content

Commit

Permalink
don't create download loops
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Oct 8, 2024
1 parent c05db76 commit 4c3d1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wests-blackhole-script/blackhole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ move_files_if_exists() {
fi
}

move_files_if_exists "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_RADARR_PATH}/processing" "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_RADARR_PATH}"
move_files_if_exists "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_SONARR_PATH}/processing" "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_SONARR_PATH}"
# move_files_if_exists "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_RADARR_PATH}/processing" "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_RADARR_PATH}"
# move_files_if_exists "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_SONARR_PATH}/processing" "${BLACKHOLE_BASE_WATCH_PATH}/${BLACKHOLE_SONARR_PATH}"

# Run the script, log output to both stdout and logfile
cd /app
Expand Down

0 comments on commit 4c3d1e0

Please sign in to comment.