Skip to content

Commit

Permalink
wired-tpo for BatmanV: fix shellcheck error SC2086
Browse files Browse the repository at this point in the history
Also change indentation to tabs to make editorconfig happy
  • Loading branch information
grische committed Oct 31, 2024
1 parent 59714dd commit cf817cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if [ "$IFNAME" = "vx_mesh_uplink" ] || [ "$IFNAME" = "vx_mesh_other" ] || [ "$IFNAME" = "mesh-vpn" ]; then
sleep 3;
batctl hardif $IFNAME throughput_override 1000mbit;
sleep 3;
batctl hardif "${IFNAME}" throughput_override 1000mbit;
fi

0 comments on commit cf817cd

Please sign in to comment.