diff options
Diffstat (limited to 'web_wizard/Apache.pm')
-rwxr-xr-x | web_wizard/Apache.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 845d8e8c..c534d198 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -189,6 +189,7 @@ sub chg_docroot { substInFile { s|^(\s*\|)<Directory\s*.*|<Directory $o->{var}{shared_dir}>|; } $file; + system("chown -R $o->{var}{shared_dir}"); } sub is_user_mod { |