From 9f0b8834181b64743a79847d582bf1db93e70e6d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 18 Feb 2020 08:27:05 +0100 Subject: [PATCH] devel/helloworld: move to python 3 symlink --- .../src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/helloworld/src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py b/devel/helloworld/src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py index ae6d418a0..88c787c9a 100755 --- a/devel/helloworld/src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py +++ b/devel/helloworld/src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.7 +#!/usr/local/bin/python3 """ Copyright (c) 2015-2019 Ad Schellevis