mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated shebang on librenms-service.py (#8875)
Changed shebang to point to python3 as per documentation the service does not work with python2
This commit is contained in:
committed by
Neil Lathwood
parent
d6c54af9e1
commit
447ae692c6
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
|
Reference in New Issue
Block a user