summaryrefslogtreecommitdiffstats
path: root/web_wizard/Apache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'web_wizard/Apache.pm')
-rwxr-xr-xweb_wizard/Apache.pm1
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 {