From 8c5ddd56271f1aaa43a8c137326661280e9256a6 Mon Sep 17 00:00:00 2001 From: Robert Scheibe Date: Sun, 22 Dec 2024 16:23:35 +0100 Subject: added PATH to file to run the python scripts correctly --- make_photo | 1 + 1 file changed, 1 insertion(+) (limited to 'make_photo') diff --git a/make_photo b/make_photo index e214f3b..3123525 100755 --- a/make_photo +++ b/make_photo @@ -1,4 +1,5 @@ #!/bin/bash +export PATH=/usr/local/bin:/usr/bin export LC_TIME=de_DE.utf-8 image=/mnt/ramdisk/$(date +'%H_%M').jpg -- cgit v1.2.3