From 0af2c26c806724c40bbb08a45eb38816b6cbb9e0 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 13 May 2019 12:33:01 +0200 Subject: [PATCH] python3, use symlink (rename python3.6 to python3) for the files already in stable/19.1 --- src/opnsense/scripts/systemhealth/activity.py | 2 +- src/opnsense/scripts/systemhealth/fetchData.py | 2 +- src/opnsense/scripts/systemhealth/flush_rrd.py | 2 +- src/opnsense/scripts/systemhealth/listReports.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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