Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed May 22, 2024
1 parent 5543e8e commit 1b18637
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ su-exec "$PUID":"$PGID" transmission-daemon \
--config-dir "$CONFIG_DIR" \
--download-dir "$DOWNLOADS_DIR" \
--incomplete-dir "$INCOMPLETE_DOWNLOADS_DIR" \
--incomplete-dir-enabled \
--watch-dir "$WATCH_DIR" \
--watch-dir-enabled &
--watch-dir "$WATCH_DIR" &

transmission_pid=$!
if ! kill -0 $transmission_pid 2>/dev/null; then
Expand Down

0 comments on commit 1b18637

Please sign in to comment.