1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-05 01:53:44 +01:00
This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-02 23:50:17 +00:00
parent e147b99343
commit a1cee9525c

View File

@ -125,6 +125,7 @@ def set_path(path):
path = ":/usr/local/bin"
current_path = "%s%s" % (current_path,path)
putenv('PATH', current_path)
print "put: %s" %(getenv('PATH'))