Skip to content

Commit

Permalink
Merge pull request #7 from dfigus/fix-tvheadend-run
Browse files Browse the repository at this point in the history
Fix tvheadend run
  • Loading branch information
dfigus authored Nov 29, 2023
2 parents e0b7f59 + a18dd53 commit 2e79e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvheadend/rootfs/etc/s6-overlay/s6-rc.d/tvheadend/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ bashio::log.info "Starting TVHeadend..."
args=$(bashio::config 'args')
bashio::log.info "Additional args ${args}"

exec /usr/bin/tvheadend -u root -g root -c /config/tvheadend "$args"
exec /usr/bin/tvheadend -u root -g root -c /config/tvheadend $args

0 comments on commit 2e79e70

Please sign in to comment.