Skip to content

Commit

Permalink
Always logrotate so don't check it
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 31, 2024
1 parent 1666a3d commit 2ba5e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ "$DO_UPDATES" == "y" ]; then
fi

# Install dependencies
if [ "$SAVE_OUTPUT" == "y" ] && [ "$LOG_ROTATION" == "y" ]; then
if [ "$SAVE_OUTPUT" == "y" ]; then
install_packages silent ffmpeg supervisor logrotate
else
install_packages silent ffmpeg supervisor
Expand Down

0 comments on commit 2ba5e93

Please sign in to comment.