Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 10, 2024
1 parent f587b90 commit afa0476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/init
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
/bin/su -s /bin/bash -c "php $WWW_DIR/tools/update-database.php" www-data

# Start go2rtc in background
/bin/su -s /bin/bash -c "/usr/local/bin/go2rtc -c $GO2RTC_DIR/go2rtc.yml >>/var/lib/motionui/go2rtc/go2rtc.log &" www-data
/bin/su -s /bin/bash -c "/usr/local/bin/go2rtc -c $GO2RTC_DIR/go2rtc.yml >/var/lib/motionui/go2rtc/go2rtc.log &" www-data

# Start shell service in background
/bin/bash "$WWW_DIR/bin/service.sh" &
Expand Down

0 comments on commit afa0476

Please sign in to comment.