From b9ce492ef221b00a92523d2adf56ac6dc02b4777 Mon Sep 17 00:00:00 2001 From: rperper Date: Thu, 1 Nov 2018 10:10:43 -0400 Subject: [PATCH] ...and wrong location for the database password file... --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 777018c97..b48790d0f 100755 --- a/install/install.py +++ b/install/install.py @@ -2676,7 +2676,7 @@ class preFlightsChecks: print(" Visit: https://" + self.ipAddr + ":8090 ") print(" Username: admin ") print(" Password: 1234567 ") - print(" Database password in /etc/mysqlPassword ") + print(" Database password in /etc/cyberpanel/mysqlPassword ") print(" ") print("###################################################################")