mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
Yet more uninstall stuff
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user