From 2dac61842b43cc3e59284d0e5b5bf5dc79b45d5c Mon Sep 17 00:00:00 2001 From: rperper Date: Mon, 29 Oct 2018 16:29:10 -0400 Subject: [PATCH] Fixed uninstall bug --- install/unInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/unInstall.py b/install/unInstall.py index f9971e48b..49849b167 100644 --- a/install/unInstall.py +++ b/install/unInstall.py @@ -217,7 +217,7 @@ def Main(): remove = unInstallCyberPanel() - remove.fix + remove.fixResolvConf() remove.removeLiteSpeed() remove.removeMysql() remove.removePostfixDovecot()