mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
bug fix mariadb install
This commit is contained in:
@@ -596,7 +596,7 @@ password=%s
|
||||
@staticmethod
|
||||
def restartMySQL():
|
||||
try:
|
||||
command = 'sudo systemctl restart mysql'
|
||||
command = 'sudo systemctl restart mariadb'
|
||||
ProcessUtilities.executioner(command)
|
||||
|
||||
return 1, None
|
||||
|
||||
Reference in New Issue
Block a user