changes owner

This commit is contained in:
Tube 2023-10-22 23:22:23 +02:00
parent 0c5024867d
commit 176a9cf980
1 changed files with 2 additions and 1 deletions

View File

@ -58,8 +58,9 @@ methods:
commands:
roundcube_untar::
"/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"},
contain => wmde_cmd_useshell,
handle => "roundcube_untarred";
!roundcube_untar::
"/usr/bin/true"