mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-08-28 04:54:04 +00:00
Tweak ownership output
This commit is contained in:
parent
4f9df893c8
commit
a23dc24021
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue