fix: Change interface check command // act by cline(gpt-4o)

This commit is contained in:
sang 2025-02-10 15:34:31 +08:00 committed by Sang
parent ce88d1d012
commit 62965acbef

View File

@ -82,7 +82,7 @@ lxc_status_changed() {
}
fw_net_interface_changed() {
current_net_interface=$(ifconfig | grep "^fw")
current_net_interface=$(ip link | grep fw)
if [ "${last_net_interface}" == "${current_net_interface}" ]; then
return 1
else