You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03: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