Commit 78ce3e9
committed
Fix the way we found the apache/nginx user
If you have another web server like tomcat on your server, the previous command end up returning tomcat instead of apache.
Previously we looked at the whole line, now only at the user and the command name1 parent 01965cc commit 78ce3e9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments