From 94587e66b6bb6d3657fc38ffdfb8642d198ec85a Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 14 Nov 2019 13:18:01 +0500 Subject: [PATCH] remove install message --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 9ce0c9892..9289c4881 100755 --- a/install/install.py +++ b/install/install.py @@ -2336,7 +2336,7 @@ def main(): checks.setUpFirstAccount() # checks.p3(distro) logging.InstallLog.writeToFile("CyberPanel installation successfully completed!") - checks.installation_successfull() + #checks.installation_successfull() if __name__ == "__main__":