mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
Proper shebang for flexibility
This commit is contained in:
parent
3535ad102c
commit
a160dea034
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/python
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
munin US NOAA weather plugin (http://weather.noaa.gov)
|
munin US NOAA weather plugin (http://weather.noaa.gov)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/python
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
munin US NOAA weather plugin (http://weather.noaa.gov)
|
munin US NOAA weather plugin (http://weather.noaa.gov)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue