summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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