Remove unused wrong shift

This commit is contained in:
Alex D. 2024-08-28 14:01:10 +00:00
parent 36f8f392e4
commit 1992777852
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

@ -179,7 +179,6 @@ new_if_bridge() {
install -Dm644 <( install -Dm644 <(
header_eb header_eb
header_if "$if" header_if "$if"
shift 1
echo 'ip link add $INTERFACE type bridge' echo 'ip link add $INTERFACE type bridge'
) rc/"$sname"/up ) rc/"$sname"/up
install -Dm644 <(linkdel "$if") rc/"$sname"/down install -Dm644 <(linkdel "$if") rc/"$sname"/down