blade-router: add shebang to VRRP notify script
This commit is contained in:
parent
f05a063fce
commit
8b2238cf1e
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
with lib;
|
||||
let
|
||||
notifyBird = pkgs.writeScript "blade-router-vrrp-bird.sh" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
|
||||
ENDSTATE=$3
|
||||
NAME=$2
|
||||
TYPE=$1
|
||||
|
|
Loading…
Reference in a new issue