diff options
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 |
