mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-16 02:06:13 +01:00
bug fix: joomla install on centos
This commit is contained in:
@@ -911,11 +911,7 @@ $parameters = array(
|
|||||||
else:
|
else:
|
||||||
command = 'composer global require joomlatools/console'
|
command = 'composer global require joomlatools/console'
|
||||||
ProcessUtilities.outputExecutioner(command, externalApp, None, self.permPath)
|
ProcessUtilities.outputExecutioner(command, externalApp, None, self.permPath)
|
||||||
|
joomlaPath = '/home/%s/.config/composer/vendor/bin/joomla' % (self.masterDomain)
|
||||||
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)
|
|
||||||
|
|
||||||
## Run the install command
|
## Run the install command
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user