feat: Init fw interface at first

This commit is contained in:
sang 2024-12-05 12:00:33 +08:00
parent 8da9299ee6
commit 3529376411

View File

@ -135,6 +135,7 @@ init() {
current_time=$(date +%s)
last_lxc_status_check_time=${current_time}
last_fw_net_interface_check_time=${current_time}
fw_net_interface_changed
last_update_time=0
}