mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	change setting name
This commit is contained in:
		
							parent
							
								
									47b089cb3e
								
							
						
					
					
						commit
						7ad5403c81
					
				@ -47,7 +47,7 @@ class ReleaseTask extends AbstractTask implements IsReleaseAware, SkipOnOverride
 | 
				
			|||||||
            $currentCopy = $releasesDirectory . '/' . $this->getConfig()->getReleaseId();
 | 
					            $currentCopy = $releasesDirectory . '/' . $this->getConfig()->getReleaseId();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            //Check if target user:group is specified
 | 
					            //Check if target user:group is specified
 | 
				
			||||||
            $userGroup = $this->getConfig()->deployment('chown');
 | 
					            $userGroup = $this->getConfig()->deployment('owner');
 | 
				
			||||||
            // Fetch the user and group from base directory; defaults usergroup to 33:33
 | 
					            // Fetch the user and group from base directory; defaults usergroup to 33:33
 | 
				
			||||||
            if(empty($userGroup)){
 | 
					            if(empty($userGroup)){
 | 
				
			||||||
                $user = '33';
 | 
					                $user = '33';
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user