Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
add write rights to user config
  • Loading branch information
reserve85 authored Nov 30, 2023
1 parent 28c33fb commit 5e8df5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fi

if [ ! -f "${SCRIPT_DIR}/HoymilesZeroExport_Config_Override.ini" ]; then
touch "${SCRIPT_DIR}/HoymilesZeroExport_Config_Override.ini"
chmod +rw "$SCRIPT_DIR/HoymilesZeroExport_Config_Override.ini"
fi

cat << EOF | tee /etc/systemd/system/HoymilesZeroExport.service
Expand Down

0 comments on commit 5e8df5c

Please sign in to comment.