Browse Source

icinga2: check_bird_ospf should us Python3 of course

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 2 years ago
parent
commit
73d0027fc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      icinga2/plugins/check_bird_ospf

+ 1 - 1
icinga2/plugins/check_bird_ospf

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Check state of OSPF sessions in Bird Internet Routing Daemon
 #