Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Jan 7, 2017
1 parent 973d57f commit 5205e14
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions engine/PerlLib/Servers/sqld/remote_server/installer.pm
Expand Up @@ -40,30 +40,6 @@ use parent 'Servers::sqld::mysql::installer';
i-MSCP SQL remote server installer implementation.
=head1 PUBLIC METHODS
=over 4
=item preinstall()
Process preinstall tasks
Return int 0 on success, other on failure
=cut

sub preinstall
{
my $self = shift;

my $rs = $self->_setTypeAndVersion();
$rs ||= $self->_buildConf();
$rs ||= $self->_updateServerConfig();
$rs ||= $self->_saveConf();
}

=back
=head1 PRIVATE METHODS
=over 4
Expand Down

0 comments on commit 5205e14

Please sign in to comment.