Skip to content

Commit

Permalink
Merge pull request #8 from cr3ative/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Nov 12, 2023
2 parents f4053a6 + 170a601 commit 904dba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run/nobody/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function start() {
mkdir -p "/data/completed"

# set locations for ffmpeg and atomicparsley
/usr/bin/get_iplayer --prefs-add --ffmpeg='/usr/sbin/ffmpeg' --atomicparsley='/usr/sbin/atomicparsley'
/usr/bin/get_iplayer --profile-dir /config --prefs-add --ffmpeg='/usr/sbin/ffmpeg' --atomicparsley='/usr/sbin/atomicparsley'

while true; do

Expand Down Expand Up @@ -111,4 +111,4 @@ if [ -z "${SHOWS}" ] && [ -z "${SHOWS_PID}" ]; then
fi

# run function to start processing
start
start

0 comments on commit 904dba8

Please sign in to comment.