Skip to content

Commit 46245ca

Browse files
committed
Remove chown from run-script
This should be done outside of the container, if necessary.
1 parent 7f735b6 commit 46245ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ su "$USER" \
7171
#
7272

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

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

0 commit comments

Comments
 (0)