diff options
| author | st33v <github@f3rr3t.com> | 2017-03-05 17:58:55 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2017-03-05 17:58:55 +1100 |
| commit | df4241b8bc76ece432a04394d74e60f4a3bab459 (patch) | |
| tree | 3342d15ec39b6071682208cb33ed44b0a417dedc /takepix.sh | |
| parent | c84a61b07d68195dfe70bc8d14d7d164078fbf59 (diff) | |
| parent | d76372b4695a047b188ac08fb32a6f16edaa353b (diff) | |
Diffstat (limited to 'takepix.sh')
| -rwxr-xr-x | takepix.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ fi #echo camherder = $camherder picdate=$(date +%Y-%m-%d_%H%M) thispic=$picdir/$picdate.jpg -artist=$(hostname); artist=${artist,,} # force to lower case +artist=$(hostname) jpgQuality="90" # echo thispic = $thispic @@ -39,8 +39,8 @@ esac # Copy pic to STAN, and place it in proper subdirectory (which of course must exist on STAN). artist=${artist,,} # force to lower case scp $thispic $camherder/$artist/. -touch bump.$artist # this will trigger the systemd PATH unit at the other end -scp bump.$artist $camherder/. +touch bump-$artist # this will trigger the systemd PATH unit at the other end +scp bump-$artist $camherder/. rm $thispic # Note: we do no image processing on this pi, because it has so little RAM |
