This commit is contained in:
usman@cyberpersons.com
2023-05-09 15:23:26 +05:00
parent 2b7c8104b4
commit 2d534a97a4
4 changed files with 4 additions and 8 deletions

View File

@@ -505,7 +505,7 @@ class InstallCyberPanel:
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
if get_Ubuntu_release() > 20:
if int(get_Ubuntu_release()) > 20:
### change mysql md5 to crypt
command = "sed -i 's/MYSQLCrypt md5/MYSQLCrypt crypt/g' /etc/pure-ftpd/db/mysql.conf"