From 7c46129c2e2b42d9aa1dbe5ece1b2573c0e79e18 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 13 Apr 2017 12:27:07 +0200 Subject: [PATCH] cron/webcam.sh: relative path now --- cron/webcam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/webcam.sh b/cron/webcam.sh index 1a19c96..a3e9a66 100755 --- a/cron/webcam.sh +++ b/cron/webcam.sh @@ -6,7 +6,7 @@ size="1280x720" mkdir -p $path streamer -q -f jpeg -s $size -o $path$now.jpeg -r 1 -grey="$(python3 ./blackcheck.py -i $path$now.jpeg -d 10)" +grey="$(python3 $(basedir $(readlink -f $0))/blackcheck.py -i $path$now.jpeg -d 10)" # echo $grey if [ "$grey" = "True" ] ; then # echo "Has to move"