|  |  |  | @ -73,10 +73,10 @@ class Setup | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         // run init | 
			
		
	
		
			
				
					|  |  |  |  |         if ($this->_type == 'd') { | 
			
		
	
		
			
				
					|  |  |  |  |             shell_exec('php ' . __DIR__ . '/init --env=Development --overwrite=n'); | 
			
		
	
		
			
				
					|  |  |  |  |             shell_exec('php ' . __DIR__ . '/init --env=Development --overwrite=y'); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         else { | 
			
		
	
		
			
				
					|  |  |  |  |             shell_exec('php ' . __DIR__ . '/init --env=Production --overwrite=n'); | 
			
		
	
		
			
				
					|  |  |  |  |             shell_exec('php ' . __DIR__ . '/init --env=Production --overwrite=y'); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         // config db | 
			
		
	
	
		
			
				
					|  |  |  | 
 |