Didn't install openlitespeed correctly.

This commit is contained in:
rperper 2018-10-29 10:52:34 -04:00
parent 52e6856fc4
commit 64ec237e89
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class InstallCyberPanel:
while (1):
if self.distro == ubuntu:
command = "apt-get -y openlitespeed"
command = "apt-get -y install openlitespeed"
else:
command = 'yum install -y openlitespeed'
cmd = shlex.split(command)