Skip to content

Commit

Permalink
Remove chown from run-script
Browse files Browse the repository at this point in the history
This should be done outside of the container, if necessary.
  • Loading branch information
tribut committed Jun 5, 2020
1 parent 7f735b6 commit 46245ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ su "$USER" \
#

cd "$CONFIG_PATH" || bashio::exit.nok "Can't find config folder: $CONFIG_PATH"
chown -R "$USER:$USER" .

if [ -n "${UMASK}" ]; then
bashio::log.info "Setting umask: $UMASK"
Expand Down

0 comments on commit 46245ca

Please sign in to comment.