Skip to content

Commit

Permalink
Update timelapse.sh: shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Sep 17, 2023
1 parent 16fc215 commit 4f3a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/timelapse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ else
SCALE=""
fi
FFLOG="$( settings ".timelapsefflog" )"
# shellcheck disable=SC2086
# shellcheck disable=SC2086,SC2046
X="$(ffmpeg -y -f image2 \
-loglevel "${FFLOG}" \
-r "${FPS}" \
Expand Down

0 comments on commit 4f3a5f2

Please sign in to comment.