1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-19 13:03:14 +03:00

Tweak ownership output

This commit is contained in:
Jamie Curnow
2025-07-09 21:01:21 +10:00
parent 4f9df893c8
commit a23dc24021

View File

@ -28,7 +28,7 @@ chownit() {
local have
have="$(stat -c '%u:%g' "$dir")"
echo -n " $dir ... "
echo -n "- $dir ... "
if [ "$have" != "$PUID:$PGID" ]; then
if [ "$recursive" = 'true' ] && [ -d "$dir" ]; then