nagios: check_lock is python2

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-01 23:42:24 +00:00 committed by Pierre-Yves Chibon
parent 457380c043
commit 53db2ac629
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
import fcntl
import sys