percona-server@5.6: fix plist option (#35877)
This commit is contained in:
parent
fdec614018
commit
4ae0680856
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class PerconaServerAT56 < Formula
|
|||
EOS
|
||||
end
|
||||
|
||||
plist_options :manual => "mysql.server start"
|
||||
plist_options :manual => "#{HOMEBREW_PREFIX}/opt/percona-server@5.6/bin/mysql.server start"
|
||||
|
||||
def plist; <<~EOS
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Reference in a new issue