From 88675e7b8833fb4d4967583ac029901633794474 Mon Sep 17 00:00:00 2001 From: admins Date: Sun, 26 Jul 2020 15:13:41 -0400 Subject: apparently env doesn't like me using 'python3'??? explicit shebang --- bin/badprocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/badprocs.py b/bin/badprocs.py index d25e6f3..b4e3225 100755 --- a/bin/badprocs.py +++ b/bin/badprocs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/local/bin/python3 # Checks the process list for anything that could be potentially worrisome. # If something is found, emails the admins@tilde.institute account. -- cgit 1.4.1-2-gfad0