Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
another try
  • Loading branch information
reserve85 authored Mar 12, 2024
1 parent 72a4a0d commit 71a3d4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

echo "start update of HoymilesZeroExport"

Expand All @@ -14,7 +15,11 @@ fi
rsync -a HoymilesZeroExport-main/ ./
rm -r HoymilesZeroExport-main/

chmod +x install.sh
chmod +x $SCRIPT_DIR/install.sh
chmod +x $SCRIPT_DIR/HoymilesZeroExport.py
chmod +x $SCRIPT_DIR/restart.sh
chmod +x $SCRIPT_DIR/uninstall_service.sh
chmod +x $SCRIPT_DIR/update.sh

bash install.sh
bash restart.sh
Expand Down

0 comments on commit 71a3d4c

Please sign in to comment.