[PR #3617] [MERGED] replaced chown with find -not -user -execdir chown #3730

Closed
opened 2026-02-26 08:31:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3617
Author: @woodmichl
Created: 3/10/2024
Status: Merged
Merged: 4/19/2024
Merged by: @jc21

Base: developHead: fix-slow-startup


📝 Commits (1)

  • a5b21d0 replaxed chown with find -not -user ... chown

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh (+1 -1)

📄 Description

chown -R tries to chown all files. find -not -user -execdir only chowns files not owned by PUID.
This should fix #2991 especially on high io delay systems


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3617 **Author:** [@woodmichl](https://github.com/woodmichl) **Created:** 3/10/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `fix-slow-startup` --- ### 📝 Commits (1) - [`a5b21d0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a5b21d03065c2b776f20210518b203929903fb58) replaxed chown with find -not -user ... chown ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh` (+1 -1) </details> ### 📄 Description chown -R tries to chown all files. find -not -user -execdir only chowns files not owned by PUID. This should fix #2991 especially on high io delay systems --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:31:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3730
No description provided.