Update tapip, fix set_routes counter (#1399)

pull/1400/head
Signor Pellegrino 2024-04-15 01:01:47 +03:00 committed by GitHub
parent 300ce14126
commit dcad60a46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ case "$1" in
renew|bound)
ip a add "$ip/$subnet" dev "$interface"
[ -n "$staticroutes" ] && set_routes "$staticroutes"
[ -n "$staticroutes" ] && set_routes $staticroutes
;;
esac