diff --git a/src/opnsense/scripts/systemhealth/activity.py b/src/opnsense/scripts/systemhealth/activity.py index 8b3046667..924c0da54 100755 --- a/src/opnsense/scripts/systemhealth/activity.py +++ b/src/opnsense/scripts/systemhealth/activity.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.6 +#!/usr/local/bin/python3 """ Copyright (c) 2015-2019 Ad Schellevis diff --git a/src/opnsense/scripts/systemhealth/fetchData.py b/src/opnsense/scripts/systemhealth/fetchData.py index 8edf9e32b..9702d6d02 100755 --- a/src/opnsense/scripts/systemhealth/fetchData.py +++ b/src/opnsense/scripts/systemhealth/fetchData.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.6 +#!/usr/local/bin/python3 """ Copyright (c) 2015-2019 Ad Schellevis diff --git a/src/opnsense/scripts/systemhealth/flush_rrd.py b/src/opnsense/scripts/systemhealth/flush_rrd.py index fed255119..afa13f430 100755 --- a/src/opnsense/scripts/systemhealth/flush_rrd.py +++ b/src/opnsense/scripts/systemhealth/flush_rrd.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.6 +#!/usr/local/bin/python3 """ Copyright (c) 2016 Ad Schellevis diff --git a/src/opnsense/scripts/systemhealth/listReports.py b/src/opnsense/scripts/systemhealth/listReports.py index 5a1e8b925..f55b89993 100755 --- a/src/opnsense/scripts/systemhealth/listReports.py +++ b/src/opnsense/scripts/systemhealth/listReports.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.6 +#!/usr/local/bin/python3 """ Copyright (c) 2015 Ad Schellevis