You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Router port extraction includes config file path
The ls ... && grep ... pipeline captured both the ls output (file path)
and the grep output (port number) into ROUTER_RW_PORT, resulting in
mysql receiving "/path/to/mysqlrouter.conf\n6446" as the port value.
Fixed by removing the unnecessary ls check — grep already handles
missing files via 2>/dev/null.
0 commit comments