bug fix: ftp for ubuntu 20
This commit is contained in:
parent
6f2db2c8a6
commit
d32d25fa9a
|
|
@ -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 get_Ubuntu_release() > 21.00:
|
||||
### change mysql md5 to crypt
|
||||
|
||||
command = "sed -i 's/MYSQLCrypt md5/MYSQLCrypt crypt/g' /etc/pure-ftpd/db/mysql.conf"
|
||||
|
|
|
|||
Loading…
Reference in New Issue