Update network-config.sh

forgot the version
This commit is contained in:
2026-03-26 21:15:12 -04:00
parent e528ad6ef2
commit 11b4dc2cbe
+1 -1
View File
@@ -94,7 +94,7 @@ show_status() {
echo " ╠══════════════════════════════════════════════════════════════════════════╣" echo " ╠══════════════════════════════════════════════════════════════════════════╣"
echo " ║ Network Interface Status ║" echo " ║ Network Interface Status ║"
echo " ╠══════════════════════════════════════════════════════════════════════════╣" echo " ╠══════════════════════════════════════════════════════════════════════════╣"
echo " ║ v0.07 ║" echo " ║ v0.08 ║"
local ifaces local ifaces
mapfile -t ifaces < <(get_interfaces) mapfile -t ifaces < <(get_interfaces)