Skip to content

Commit 5d5d88e

Browse files
author
latham
committed
Fix issue with errordocs ownership
1 parent 46c7758 commit 5d5d88e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ function update($event_name,$data) {
488488
}
489489
}
490490
exec('chmod -R a+r '.$error_page_path);
491+
exec('chown -R '.$data['new']['system_user'].':'.$data['new']['system_group'].' '.$error_page_path);
491492
} // end copy error docs
492493

493494
// Create group and user, if not exist

0 commit comments

Comments
 (0)