X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mount-latest-subvol;h=033d9b8ba54ecc513c5a2c36818b7f27c06d21f7;hb=cca99b5a9d3cf311585a9c37b39698b0febe417c;hp=96210c4424907040ae4f284bf88ae330158d977d;hpb=90bd397922e7240c41377e7404f79f190bfbc9d8;p=distro-setup diff --git a/mount-latest-subvol b/mount-latest-subvol index 96210c4..033d9b8 100644 --- a/mount-latest-subvol +++ b/mount-latest-subvol @@ -219,7 +219,9 @@ for vol in q a o i; do # if latest is already mounted, make sure binds are mounted and move on - if e check-subvol-stale $d; then + e check-subvol-stale $d + # populated by check-subvol-stale if stale + if ! fresh_snap=$(cat /nocow/btrfs-stale/$vol 2>/dev/null); then mnt $d for b in ${binds[@]}; do mnt $b @@ -227,14 +229,6 @@ for vol in q a o i; do continue fi - # populated by check-subvol-stale - fresh_snap=$(