warewulf / warewulf3

Warewulf is a scalable systems management suite originally developed to manage large high-performance Linux clusters.
107 stars 45 forks source link

vnfs: Remove hard coded PATH in wwvnfs #293

Closed e4t closed 2 years ago

e4t commented 2 years ago

The PATH variable was set to /bin:/usr/bin in commit 7479150925dbad1576275ed9d7317b047b063678 Author: jcsiadal jeremy.c.siadal@intel.com Date: Wed Oct 16 22:10:47 2019 -0700

This leads to problems when warewulf is installed to any other path (like the autotool default /usr/local). The patch description did not state a reason why. Possibly a debugging leftover? Let's remove it.

Signed-off-by: Egbert Eich eich@suse.com