allow to enter remote mysql default db

This commit is contained in:
Usman Nasir
2020-07-05 16:15:08 +05:00
parent 84536ea2d3
commit 71644a3a83

View File

@@ -308,6 +308,7 @@ class InstallCyberPanel:
def startMariaDB(self): def startMariaDB(self):
if self.remotemysql == 'OFF':
############## Start mariadb ###################### ############## Start mariadb ######################
if self.distro == cent8 or self.distro == ubuntu: if self.distro == cent8 or self.distro == ubuntu:
command = 'systemctl start mariadb' command = 'systemctl start mariadb'