diff options
Diffstat (limited to 'plugins-scripts/check_ircd.pl')
-rwxr-xr-x | plugins-scripts/check_ircd.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins-scripts/check_ircd.pl b/plugins-scripts/check_ircd.pl index 42a9bca..f80c5c6 100755 --- a/plugins-scripts/check_ircd.pl +++ b/plugins-scripts/check_ircd.pl | |||
@@ -63,9 +63,9 @@ sub bindRemote ($$); | |||
63 | 63 | ||
64 | # -------------------------------------------------------------[ Enviroment ]-- | 64 | # -------------------------------------------------------------[ Enviroment ]-- |
65 | 65 | ||
66 | $ENV{PATH} = ""; | 66 | $ENV{'PATH'}='@trusted_path@'; |
67 | $ENV{ENV} = ""; | 67 | $ENV{'BASH_ENV'}=''; |
68 | $ENV{BASH_ENV} = ""; | 68 | $ENV{'ENV'}=''; |
69 | 69 | ||
70 | # -----------------------------------------------------------------[ Global ]-- | 70 | # -----------------------------------------------------------------[ Global ]-- |
71 | 71 | ||