mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	resultFetch is always false when owner is specified in config
This commit is contained in:
		
							parent
							
								
									132539da91
								
							
						
					
					
						commit
						6f1bd5c0cc
					
				@ -74,7 +74,7 @@ class ReleaseTask extends AbstractTask implements IsReleaseAware, SkipOnOverride
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if ($resultFetch && $userGroup != '') {
 | 
					            if ($userGroup != '') {
 | 
				
			||||||
                $command = 'chown -R ' . $userGroup . ' ' . $currentCopy
 | 
					                $command = 'chown -R ' . $userGroup . ' ' . $currentCopy
 | 
				
			||||||
                    . ' && '
 | 
					                    . ' && '
 | 
				
			||||||
                    . 'chown ' . $userGroup . ' ' . $releasesDirectory;
 | 
					                    . 'chown ' . $userGroup . ' ' . $releasesDirectory;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user