Commit 1787164c authored by Sergei Golubchik's avatar Sergei Golubchik

fix plugins.rpl_auth failure on Debian

Client plugins on Debian are installed in a separate location,
outside of server's plugin-dir
parent 66f14ef6
......@@ -2,6 +2,10 @@ if (!$AUTH_ED25519_SO) {
skip No auth_ed25519 plugin;
}
if (!$CLIENT_ED25519_SO) {
skip No client_ed25519 plugin;
}
source include/master-slave.inc;
sync_slave_with_master;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment