changes owner
This commit is contained in:
		
							parent
							
								
									0c5024867d
								
							
						
					
					
						commit
						176a9cf980
					
				| 
						 | 
					@ -58,8 +58,9 @@ methods:
 | 
				
			||||||
commands:
 | 
					commands:
 | 
				
			||||||
	roundcube_untar::
 | 
						roundcube_untar::
 | 
				
			||||||
		"/usr/bin/tar"
 | 
							"/usr/bin/tar"
 | 
				
			||||||
		args => "xzvf $(dlfile) -C $(cfg[install_dir])",
 | 
							args => "xzf $(dlfile) -C $(cfg[install_dir]) && chown -R $(cfg[www_user]):$(cfg[www_group]) $(cfg[install_dir])",
 | 
				
			||||||
		depends_on => {"roundcube_tgz_copied"},
 | 
							depends_on => {"roundcube_tgz_copied"},
 | 
				
			||||||
 | 
							contain => wmde_cmd_useshell,
 | 
				
			||||||
		handle => "roundcube_untarred";
 | 
							handle => "roundcube_untarred";
 | 
				
			||||||
	!roundcube_untar::
 | 
						!roundcube_untar::
 | 
				
			||||||
		"/usr/bin/true"
 | 
							"/usr/bin/true"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue