Fix ogcli shebang

This uses python3 and improves portability by using '/usr/bin/env'.
master
Roberto Hueso Gómez 2020-07-01 12:22:25 +02:00
parent 14b7729a71
commit 53ed3933d9
1 changed files with 1 additions and 1 deletions

2
ogcli
View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
#
# Copyright (C) 2020 Soleta Networks <info@soleta.eu>