diff options
| author | st33v <github@f3rr3t.com> | 2016-12-26 16:41:41 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2016-12-26 16:41:41 +1100 |
| commit | cddffaed4dd41e376c58f301ac127cd19ca65982 (patch) | |
| tree | a6a996462c28e96fbec4b06033d8bb31be1cd9ca | |
| parent | bc3e6aa0e192fc79b528a7fe51a97e178d7cfa44 (diff) | |
Deleted all image processing (STAN does this now)
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | readme.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ +# Don't track image files, which are created by the takepix script. *.jpg @@ -27,7 +27,7 @@ I have found it difficult to make `systemd` services do anything more fancy than If you clone this script, you will have to edit the `picdir` variable in the shell script. Note that when you run scripts from a systemd service call, you must provide absolute paths to files or directories. -Also update the `artist` variable that is palced into the EXIF metadata of the photo. +Also update the `artist` variable that is placed into the EXIF metadata of the photo. ### todo |
