Update index.py

pull/125/head
midoks 3 years ago
parent b06963d763
commit ea93f57c2c
  1. 2
      plugins/mariadb/index.py

@ -118,7 +118,7 @@ def contentReplace(content):
if content.find('{$SERVER_APP_PATH}') != -1:
content = content.replace(
'{$SERVER_APP_PATH}', service_path + '/mysql')
'{$SERVER_APP_PATH}', service_path + '/mariadb')
return content

Loading…
Cancel
Save