We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chown
docker-entry
1 parent 4d3f1fa commit 535a93eCopy full SHA for 535a93e
docker-entry
@@ -10,7 +10,7 @@ USERNAME=wrtag
10
11
adduser -D -u "$PUID" -g "$PGID" "$USERNAME" 2>/dev/null
12
13
-[ -d "/data" ] && chown -R "$PGID:$PUID" /data
14
-[ -d "/config" ] && chown -R "$PGID:$PUID" /config
+[ -d "/data" ] && chown -R "$PUID:$PGID" /data
+[ -d "/config" ] && chown -R "$PUID:$PGID" /config
15
16
exec su-exec "$PUID:$PGID" "$@"
0 commit comments