diff --git a/deploy.sh b/deploy.sh index dc92d5b..79979b7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,3 @@ #!/bin/bash rsync --exclude=.git --exclude='packet format.java' --exclude-from=.gitignore -ravC . pi@solarpi:ble +ssh pi@solarpi 'systemctl --user daemon-reload; systemctl --user restart solarmppt'