diff --git a/plogical/applicationInstaller.py b/plogical/applicationInstaller.py index 2ec55aa3c..c3d33fd7c 100755 --- a/plogical/applicationInstaller.py +++ b/plogical/applicationInstaller.py @@ -911,11 +911,7 @@ $parameters = array( else: command = 'composer global require joomlatools/console' ProcessUtilities.outputExecutioner(command, externalApp, None, self.permPath) - - if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8: - joomlaPath = '/home/%s/.composer/vendor/bin/joomla' % (self.masterDomain) - else: - joomlaPath = '/home/%s/.config/composer/vendor/bin/joomla' % (self.masterDomain) + joomlaPath = '/home/%s/.config/composer/vendor/bin/joomla' % (self.masterDomain) ## Run the install command