arhhh fixed again

master
David Kebler 2024-08-21 12:47:44 -07:00
parent 79a85da5b2
commit 2cadfcb4e2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ find_subvolumes() {
sudo /bin/find "$dir" -mindepth 1 -maxdepth $dep -type d -exec bash -c '
for d do
subv=$(basename $d)
sudo '$BTRFS_BIN' subvolume show "$subv" >/dev/null 2>&1 && printf "%s\n" "$subv"
sudo '$BTRFS_BIN' subvolume show "$d" >/dev/null 2>&1 && printf "%s\n" "$subv"
done' find-sh {} +
}