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