fix ignored error
[distro-setup] / mount-latest-subvol
index 96210c4424907040ae4f284bf88ae330158d977d..540f9ab3a6278cb1ccad24890e74d9f93c1ee2f7 100644 (file)
@@ -219,7 +219,8 @@ 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
+  if [[ -e  /nocow/btrfs-stale/${d##*/} ]] ; then
     mnt $d
     for b in ${binds[@]}; do
       mnt $b