diff options
Diffstat (limited to 'web_wizard')
-rwxr-xr-x | web_wizard/Apache.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index c534d198..845d8e8c 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -189,7 +189,6 @@ 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 { |