mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-03-01 05:40:35 +00:00
Remove an invalid local variable declaration in the tunnel update subshell invocation. Local declarations outside of function scopes are illegal since the Busybox update to version 1.25.0 . Signed-off-by: Jo-Philipp Wich <jo@mein.io>