From fbf5bf723cc6099b6d0681d05940f90a5cbdd61a Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 10 Mar 2019 19:49:53 +0100 Subject: [PATCH] Flush rrd graphs, conversion to python 3 --- src/opnsense/scripts/systemhealth/flush_rrd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/scripts/systemhealth/flush_rrd.py b/src/opnsense/scripts/systemhealth/flush_rrd.py index 94e7f0542..fed255119 100755 --- a/src/opnsense/scripts/systemhealth/flush_rrd.py +++ b/src/opnsense/scripts/systemhealth/flush_rrd.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python2.7 +#!/usr/local/bin/python3.6 """ Copyright (c) 2016 Ad Schellevis