Changed install path to /usr/local/mariadb-maxscale
This commit is contained in:
@ -73,7 +73,7 @@ static int reported = 0;
|
||||
home = getenv("MAXSCALE_HOME");
|
||||
|
||||
if (home == NULL) {
|
||||
home = "/usr/local/mariadb/maxscale";
|
||||
home = "/usr/local/mariadb-maxscale";
|
||||
}
|
||||
snprintf(secret_file, 255, "%s/etc/.secrets", home);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user