From: Ian Kelling Date: Wed, 3 Dec 2025 21:22:01 +0000 (-0500) Subject: fix dumb recent btrbk bug X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=75842d8f7d10eb340885e2d1d84adf18c2b98d3f;p=distro-setup fix dumb recent btrbk bug --- diff --git a/filesystem/usr/local/bin/btrbk-run b/filesystem/usr/local/bin/btrbk-run index 8b3f2be..65fd56a 100755 --- a/filesystem/usr/local/bin/btrbk-run +++ b/filesystem/usr/local/bin/btrbk-run @@ -371,13 +371,11 @@ get-orphan-tg-snaps() { fi done - if $verbose; then - ## debug messages - #echo "source_snaps: ${!source_snaps[@]}" - #echo "tg_snaps: ${tg_snaps[@]}" - #echo "mountpoints: ${mountpoints[@]}" - #echo "snap_list_glob: $snap_list_glob" - fi + ## debug messages + #echo "source_snaps: ${!source_snaps[@]}" + #echo "tg_snaps: ${tg_snaps[@]}" + #echo "mountpoints: ${mountpoints[@]}" + #echo "snap_list_glob: $snap_list_glob" # note: we do each mountpoint separately just so we can better sanity