about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoradmins <admins@tilde.institute>2020-07-26 15:13:41 -0400
committeradmins <admins@tilde.institute>2020-07-26 15:13:41 -0400
commit88675e7b8833fb4d4967583ac029901633794474 (patch)
tree55757889909c296ef0b1ddc42b3b8290ee1b5516
parent750e8f5b204f03d9030316d9b53d33edf05a5220 (diff)
downloadadmin-88675e7b8833fb4d4967583ac029901633794474.tar.gz
apparently env doesn't like me using 'python3'??? explicit shebang
-rwxr-xr-xbin/badprocs.py2
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.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121