mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-12 12:29:29 -04: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>