Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
nochmal Write-Rechte Fix...
  • Loading branch information
reserve85 authored Nov 30, 2023
1 parent 5e8df5c commit 258f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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"
chmod u=rw,g=rw,o=rw "$SCRIPT_DIR/HoymilesZeroExport_Config_Override.ini"
fi

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

0 comments on commit 258f2ec

Please sign in to comment.