commit 9d630a9ff89e66114083027cd56a09b81537c080 parent 2331be87d7965d70ed190196ebf6bc148c382dbd Author: dwrz <dwrz@dwrz.net> Date: Sun, 11 Dec 2022 15:50:15 +0000 Fix snapshot script Diffstat:
M | scripts/snapshot | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/snapshot b/scripts/snapshot @@ -2,7 +2,7 @@ device="/dev/video0" if [[ $1 != "" ]]; then - device="${/dev/video$1}" + device="/dev/video$1" fi ffmpeg -f video4linux2 \