Yet more uninstall stuff

This commit is contained in:
rperper
2018-10-29 16:53:06 -04:00
parent 2dac61842b
commit fce581be74

View File

@@ -115,7 +115,7 @@ class unInstallCyberPanel:
if distro == centos: if distro == centos:
command = 'yum -y remove openlitespeed' command = 'yum -y remove openlitespeed'
else: else:
command = 'apt-get -y remove openlitespeed' command = 'apt-get --purge -y remove openlitespeed'
cmd = shlex.split(command) cmd = shlex.split(command)