mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-08-09 09:16:20 +00:00
Bump FUNC_VERSION from 1.1 to 1.2 in the setup_persistent_network wrapper for both customizable and auto post_install variants. Rationale: The generator pmx_setup_persistent_network in utils-install-functions.sh now emits `.link` files with Kind=!bridge (PR #280), so existing installs need their `.link` files regenerated to pick up the fix. Bumping the wrapper's FUNC_VERSION triggers the Monitor + CLI post-install version tracker to surface persistent_network as a pending update, prompting users to re-run the optimization — which regenerates the files with the fix applied. Not touched: - network_menu.sh copy of setup_persistent_network: uses a simpler register_tool() that doesn't track versions (menu-driven invocation is on-demand, not tracked as auto-update-eligible by design).