Skip to content

Commit

Permalink
change rights of /usr/local/smarthome/var for cpu speed
Browse files Browse the repository at this point in the history
  • Loading branch information
AAPohl authored Feb 27, 2024
1 parent 095dca8 commit 0b58f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ RUN set -eux; \
chmod go+rw $PATH_CONF/etc; \
# prepare data
mkdir -p $PATH_SHNG/var/run; \
chmod go+rw $PATH_SHNG/var; \
chmod go+rw $PATH_SHNG/var/run; \
for i in $DIRS_DATA; do \
mkdir -p $PATH_DATA/$i; \
Expand Down

0 comments on commit 0b58f96

Please sign in to comment.