diff --git a/check_hparray/trunk/check_hpacucli.py b/check_hparray/trunk/check_hpacucli.py index caedbde..72fc8c6 100644 --- a/check_hparray/trunk/check_hpacucli.py +++ b/check_hparray/trunk/check_hpacucli.py @@ -125,6 +125,7 @@ def set_path(path): path = ":/usr/local/bin" current_path = "%s%s" % (current_path,path) putenv('PATH', current_path) + print "current path: ", current_path print "put: %s" %(getenv('PATH'))