diff options
| author | st33v <github@f3rr3t.com> | 2017-03-04 14:17:38 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2017-03-04 14:17:38 +1100 |
| commit | c84a61b07d68195dfe70bc8d14d7d164078fbf59 (patch) | |
| tree | be6c753363d403868305e3632e719b57120e02e9 /takepix.sh | |
| parent | 56e2fcd409e6e6f2375f591ec2c8ba866dd355bc (diff) | |
update 'bump.txt' to 'bump.'
Diffstat (limited to 'takepix.sh')
| -rwxr-xr-x | takepix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.txt # this will trigger the systemd PATH unit at the other end -scp bump.txt $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 |
