diff options
author | Robert Scheibe <rob.scheibe@gmail.com> | 2024-12-22 16:23:35 +0100 |
---|---|---|
committer | Robert Scheibe <rob.scheibe@gmail.com> | 2024-12-22 16:23:35 +0100 |
commit | 8c5ddd56271f1aaa43a8c137326661280e9256a6 (patch) | |
tree | ba3f5b2adc7e8d8d8c2d0aeea1877f6923c52929 /make_photo | |
parent | bd0a388682dae9da9146a9d37ebfd4d2c2527b6e (diff) |
added PATH to file to run the python scripts correctly
Diffstat (limited to 'make_photo')
-rwxr-xr-x | make_photo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |