Yet more uninstall stuff

This commit is contained in:
rperper
2018-10-29 16:53:06 -04:00
parent d5040b8ddf
commit bd43a98cfb

View File

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