diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 11:02:26 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 11:02:26 +0200 |
commit | 87c2a6ae4b1ec7a05ac7f03cc47ca1fdf17b5a74 (patch) | |
tree | df0927edd84f383f50798a52a29582c04babf8b5 /main.py | |
parent | ffbcf7ebba76c6f2d20e5da6a3449be8b08913fa (diff) |
fix shebang
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/python3 # # Copyright (C) 2020 Soleta Networks <info@soleta.eu> |