Running the findEmptyGroups.sh script and the output isn't right.
The names and the paths for the groups don't match.
Dx NetOps : 23.3.9 and older
There is a typo in the original script shipped with 23.3.9 and older
Replace lines 625 and 630 with this
sed -n "/^${gid},/s/\$/,${pathfound}/p" ${inf} >> "${outf}"
I have also attached an edited version of the script if you would prefer.