blade-router: add shebang to VRRP notify script

This commit is contained in:
Luke Granger-Brown 2021-03-30 00:01:19 +00:00
parent f05a063fce
commit 8b2238cf1e

View file

@ -6,6 +6,8 @@
with lib; with lib;
let let
notifyBird = pkgs.writeScript "blade-router-vrrp-bird.sh" '' notifyBird = pkgs.writeScript "blade-router-vrrp-bird.sh" ''
#!${pkgs.runtimeShell}
ENDSTATE=$3 ENDSTATE=$3
NAME=$2 NAME=$2
TYPE=$1 TYPE=$1