lamw / ghettoVCB

ghettoVCB
MIT License
1.27k stars 363 forks source link

broken ESXi version check when mounting NFS #276

Open filbo opened 1 year ago

filbo commented 1 year ago

Re commit 2ee9355, all those '!=' should be '==' if you want it to work on any release which doesn't take the final ${NFS_SERVER} arg (presumably <= 5.1.0)...

(I've never run this script, was just looking at it for hints and bonked into this...)