apparently env doesn't like me using 'python3'??? explicit shebang

This commit is contained in:
admins 2020-07-26 15:13:41 -04:00
parent 750e8f5b20
commit 88675e7b88
1 changed files with 1 additions and 1 deletions

View File

@ -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.