mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
bug fix: joomla install on centos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user