mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-13 08:46:09 +01:00
bug fix lsws trial install
This commit is contained in:
@@ -93,7 +93,7 @@ class InstallCyberPanel:
|
|||||||
command = 'tar zxf lsws-6.0-ent-x86_64-linux.tar.gz'
|
command = 'tar zxf lsws-6.0-ent-x86_64-linux.tar.gz'
|
||||||
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
||||||
|
|
||||||
if str.lower(self.serial) == 'trial':
|
if self.serial.lower() == 'trial':
|
||||||
command = 'wget -q --output-document=lsws-6.0/trial.key http://license.litespeedtech.com/reseller/trial.key'
|
command = 'wget -q --output-document=lsws-6.0/trial.key http://license.litespeedtech.com/reseller/trial.key'
|
||||||
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user