17 lines
		
	
	
		
			482 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			482 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| drush ms --group popsu
 | |
| 
 | |
| drush mim d7_allpublicfiles --update
 | |
| # drush mim d7_users --update
 | |
| drush mim d7_taxonomy_term_type_theme --update
 | |
| drush mim d7_taxonomy_term_ville --update
 | |
| drush mim d7_taxonomy_term_type_doc --update
 | |
| drush mim d7_node_programme --update
 | |
| drush mim d7_node_theme --update
 | |
| drush mim d7_node_projet --update
 | |
| drush mim d7_node_static --update
 | |
| drush mim d7_node_ressource --update
 | |
| drush mim d7_node_evenement --update
 | |
| drush mim d7_node_actu --update
 |