From c84a61b07d68195dfe70bc8d14d7d164078fbf59 Mon Sep 17 00:00:00 2001 From: st33v Date: Sat, 4 Mar 2017 14:17:38 +1100 Subject: update 'bump.txt' to 'bump.' --- takepix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/takepix.sh b/takepix.sh index a162da1..4ff6d97 100755 --- a/takepix.sh +++ b/takepix.sh @@ -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 -- cgit v1.3