Skip to content

Commit

Permalink
fix evcc dir permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Feb 6, 2024
1 parent b3ae805 commit c93d84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ setup_evcc() {
cond_redirect mv "${evccConfig}" "${evccdir}"
fi
cond_redirect touch "${evccdir}"/${evccConfig}
cond_redirect chown "${evccdir}:openhab" "${evccdir}"/${evccConfig}*
cond_redirect chown "${evccuser}:openhab" "${evccdir}"/${evccConfig}*
cond_redirect usermod --append --groups evcc openhab
cond_redirect chmod g+w "${evccdir}"/${evccConfig}*

Expand Down

0 comments on commit c93d84c

Please sign in to comment.