summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorst33v <github@f3rr3t.com>2017-03-04 14:17:38 +1100
committerst33v <github@f3rr3t.com>2017-03-04 14:17:38 +1100
commitc84a61b07d68195dfe70bc8d14d7d164078fbf59 (patch)
treebe6c753363d403868305e3632e719b57120e02e9
parent56e2fcd409e6e6f2375f591ec2c8ba866dd355bc (diff)
update 'bump.txt' to 'bump.'
-rwxr-xr-xtakepix.sh4
1 files 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