This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-15 12:19:50 +03:00 committed by GitHub
parent c6fcb28cf9
commit c06bef4023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,24 +6,23 @@ index 1a46251..cbf7857 100755
-#!/usr/bin/python -#!/usr/bin/python
+#!/bin/env python3 -u +#!/bin/env python3 -u
diff --git a/usr/share/jupiter-fan-control/fancontrol.py b/usr/share/jupiter-fan-control/fancontrol.py diff '--color=auto' -ru a/usr/share/jupiter-fan-control/fancontrol.py b/usr/share/jupiter-fan-control/fancontrol.py
index 1a46251..cbf7857 100755 --- a/usr/share/jupiter-fan-control/fancontrol.py 2023-07-15 12:18:33.856734973 +0300
--- a/usr/share/jupiter-fan-control/fancontrol.py +++ b/usr/share/jupiter-fan-control/fancontrol.py 2023-07-15 12:18:55.593724882 +0300
+++ b/usr/share/jupiter-fan-control/fancontrol.py
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!/usr/bin/python -u -#!/usr/bin/python -u
+#!/bin/env python3 -u +#!/bin/env python3 -u
"""jupiter-fan-controller""" """jupiter-fan-controller"""
import signal import signal
import os import os
diff '--color=auto' -ru a/usr/share/jupiter-fan-control/PID.py b/usr/share/jupiter-fan-control/PID.py
diff --git a/usr/share/jupiter-fan-control/PID.py b/usr/share/jupiter-fan-control/PID.py --- a/usr/share/jupiter-fan-control/PID.py 2023-07-15 12:18:33.856734973 +0300
index 1a46251..cbf7857 100755 +++ b/usr/share/jupiter-fan-control/PID.py 2023-07-15 12:18:55.593724882 +0300
--- a/usr/share/jupiter-fan-control/PID.py
+++ b/usr/share/jupiter-fan-control/PID.py
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!/usr/bin/python -#!/usr/bin/python
+#!/bin/env python3 +#!/bin/env python3
# #
# This file is part of IvPID. # This file is part of IvPID.
# Copyright (C) 2015 Ivmech Mechatronics Ltd. <bilgi@ivmech.com> # Copyright (C) 2015 Ivmech Mechatronics Ltd. <bilgi@ivmech.com>