Skip to content

Commit

Permalink
bug fix: ftp for ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jul 7, 2023
1 parent 6f2db2c commit d32d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/installCyberPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def installPureFTPDConfigurations(self, mysql):
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"
Expand Down

0 comments on commit d32d25f

Please sign in to comment.