From 75842d8f7d10eb340885e2d1d84adf18c2b98d3f Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 3 Dec 2025 16:22:01 -0500 Subject: [PATCH] fix dumb recent btrbk bug --- filesystem/usr/local/bin/btrbk-run | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 -- 2.30.2