tinc-gui: Use /usr/bin/env to resolve path to python
This commit is contained in:
parent
daf65919d1
commit
f6b008d731
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# tinc-gui -- GUI for controlling a running tincd
|
||||
# Copyright (C) 2009-2014 Guus Sliepen <guus@tinc-vpn.org>
|
||||
|
|
Loading…
Reference in a new issue