Skip to content

Commit

Permalink
Fixed: Duplicate bind mounts due to unwanted iMSCP::Mount::mount() ca…
Browse files Browse the repository at this point in the history
…ll (Servers::httpd::apache_fcgid)
  • Loading branch information
nuxwin committed Nov 9, 2016
1 parent 0d98300 commit a501dc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -42,6 +42,7 @@ PLUGINS
Fixed: Ignore user abort while migrating database

SERVERS
Fixed: Duplicate bind mounts due to unwanted iMSCP::Mount::mount() call (Servers::httpd::apache_fcgid)
Fixed: Name server names are badly generated in dual-stack context
Fixed: Name server names should be configurable, at least through event listeners (bind9 db.tpl template file)
Fixed: Only double quotes must be escaped in master SQL user password (Servers::sqld::remote_server)
Expand Down
1 change: 0 additions & 1 deletion engine/PerlLib/Servers/httpd/apache_fcgid.pm
Expand Up @@ -1318,7 +1318,6 @@ sub mountLogsFolder
$rs ||= iMSCP::Dir->new( dirname => $fsFile )->make();
$rs ||= addMountEntry( "$fields->{'fs_spec'} $fields->{'fs_file'} $fields->{'fs_vfstype'} $fields->{'fs_mntops'}" );
$rs ||= mount( $fields ) unless isMountpoint( $fields->{'fs_file'} );
$rs ||= mount( $fields );
$rs ||= $self->{'eventManager'}->trigger( 'afterMountLogsFolder', $data, $fields );
}

Expand Down

0 comments on commit a501dc4

Please sign in to comment.