mej / nhc

LBNL Node Health Check
Other
226 stars 79 forks source link

Fix the #93 issue #97

Closed dgtim closed 3 years ago

dgtim commented 3 years ago

Fixing incorrect handling of the '*' character in the passwd file, disabling filename expansion (globbing) https://github.com/mej/nhc/issues/93

mej commented 3 years ago

I believe this is already fixed in the dev branch. I fully disabled globbing during initialization and only re-activated it where needed. (The same thing is also done in scripts/lbnl_hw.nhc and scripts/lbnl_job.nhc.)

Would you mind testing the dev branch to make sure your Issue is addressed?

mej commented 3 years ago

I'm pretty confident this has already been fixed, so I'm going to close this. If anyone can reproduce it in 1.4.3 or later, please reopen.