mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-09 19:29:38 +00:00
Tweak ownership output
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user