mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-12 04:39:37 +00:00
Tweak ownership output
This commit is contained in:
@ -28,7 +28,7 @@ chownit() {
|
|||||||
|
|
||||||
local have
|
local have
|
||||||
have="$(stat -c '%u:%g' "$dir")"
|
have="$(stat -c '%u:%g' "$dir")"
|
||||||
echo -n " $dir ... "
|
echo -n "- $dir ... "
|
||||||
|
|
||||||
if [ "$have" != "$PUID:$PGID" ]; then
|
if [ "$have" != "$PUID:$PGID" ]; then
|
||||||
if [ "$recursive" = 'true' ] && [ -d "$dir" ]; then
|
if [ "$recursive" = 'true' ] && [ -d "$dir" ]; then
|
||||||
|
Reference in New Issue
Block a user