mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	monitoring/setup: Fix directory mode of the monitoring configuration directory
We should introduce a CreateConfigDirectoryStep because module developers must not provide a directory mode but use our default.
This commit is contained in:
		
							parent
							
								
									f4ea24bfa0
								
							
						
					
					
						commit
						abc74c7fb5
					
				| @ -124,7 +124,7 @@ class MonitoringWizard extends Wizard implements SetupWizard | ||||
|         $pageData = $this->getPageData(); | ||||
|         $setup = new Setup(); | ||||
| 
 | ||||
|         $setup->addStep(new MakeDirStep(array($this->getConfigDir() . '/modules/monitoring'), 0775)); | ||||
|         $setup->addStep(new MakeDirStep(array($this->getConfigDir() . '/modules/monitoring'), 2770)); | ||||
| 
 | ||||
|         $setup->addStep( | ||||
|             new BackendStep(array( | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user