From 9d37343bc90761e53de094f2f11e912ec5e59707 Mon Sep 17 00:00:00 2001 From: Robert Scheibe Date: Sat, 4 Jan 2025 16:55:12 +0100 Subject: typo in script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy.sh') 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' -- cgit v1.2.3