Comment 12 for bug 151579

Revision history for this message
Paul Albrecht (albrecht-rdi1) wrote :

Did the fix make it into beta? I have the following line at the start of the do loop:

echo "$PROTECTED_MOUNTS" | grep -qs "^$DEV $MTPT " && continue

This obviously doesn't work because the subsequent case statements that construct TMPFS_MTPTS and REG_MTPTS aren't executed when the loop is continued.