summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scheibe <rob.scheibe@gmail.com>2025-01-04 16:55:12 +0100
committerRobert Scheibe <rob.scheibe@gmail.com>2025-01-04 16:55:12 +0100
commit9d37343bc90761e53de094f2f11e912ec5e59707 (patch)
tree1edeebd1dc3b439b18ad86ea48818ffe2fff2923
parenta07c89c0fb9659c9961f8d9cef7ec49123b2171f (diff)
typo in script
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 6d7a19a..216d0cb 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -4,4 +4,4 @@ scp plot.py read_sensors.py water_the_plant create_backup make_photo index.html
ssh robert@waterpi -C '\
sudo cp index.html history.html *.png /var/www/html; \
sudo chown www-data:www-data /var/www/html/*.html /var/www/html/*.png; \
- sudo cp plot.py read_sensors.py create_backup make_photo plot.py read_temperature.py water_the_plant /usr/local/bin'
+ sudo cp plot.py read_sensors.py create_backup make_photo read_temperature.py water_the_plant /usr/local/bin'