From: Sophie Brun <sophie@offensive-security.com>
Date: Mon, 9 Sep 2019 11:26:16 +0200
Subject: Fix path to interpreter

Last-Update: 2019-09-09
---
 modules/escalation/linuxprivchecker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/escalation/linuxprivchecker.py b/modules/escalation/linuxprivchecker.py
index d29f487..8e99ac0 100644
--- a/modules/escalation/linuxprivchecker.py
+++ b/modules/escalation/linuxprivchecker.py
@@ -1,4 +1,4 @@
-#!/usr/env python
+#!/usr/bin/env python
 
 ###############################################################################################################
 ## [Title]: linuxprivchecker.py -- a Linux Privilege Escalation Check Script
