Skip to content

Commit

Permalink
SYS-623 fix permissions of .ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 22, 2024
1 parent ecf73ae commit 34ad5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/weewx/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ EOF
cat /tmp/sshkey >> $HOMEDIR/.ssh/known_hosts && rm /tmp/sshkey
fi

chown -R $WX_USER $HTML_ROOT /run/$SSHKEY
chown -R $WX_USER $HOMEDIR/.ssh $HTML_ROOT /run/$SSHKEY
# Docker 18.02 changes group to root at launch
#chgrp $WX_GROUP /dev/ttyUSB0
set +e
Expand Down

0 comments on commit 34ad5e5

Please sign in to comment.