diff options
author | admins <admins@tilde.institute> | 2020-07-26 15:13:41 -0400 |
---|---|---|
committer | admins <admins@tilde.institute> | 2020-07-26 15:13:41 -0400 |
commit | 88675e7b8833fb4d4967583ac029901633794474 (patch) | |
tree | 55757889909c296ef0b1ddc42b3b8290ee1b5516 /bin | |
parent | 750e8f5b204f03d9030316d9b53d33edf05a5220 (diff) | |
download | admin-88675e7b8833fb4d4967583ac029901633794474.tar.gz |
apparently env doesn't like me using 'python3'??? explicit shebang
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/badprocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |