summaryrefslogtreecommitdiff
path: root/bin/byteback-prune
diff options
context:
space:
mode:
authorChris Elsworth <chris.elsworth@bytemark.co.uk>2017-01-31 11:47:52 +0000
committerChris Elsworth <chris.elsworth@bytemark.co.uk>2017-01-31 11:47:52 +0000
commit9703376afbebf06711bf5d1e874a59f806afd0f2 (patch)
tree896f657ab4edefa34d0e5661709b91ae6da7ee71 /bin/byteback-prune
parent1943b5a11ed6615816bd476d16f2f319edfc772d (diff)
parent51ff72f7b458909071c4a42dbd25ab28ac16f3f8 (diff)
Merge branch '12-fix-btrfs-path' into 'master'
"byteback-server fails to work with backported btrfs-{tools progs}" Closes #12 See merge request !4
Diffstat (limited to 'bin/byteback-prune')
-rwxr-xr-xbin/byteback-prune2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-prune b/bin/byteback-prune
index a91d003..a0cd0fb 100755
--- a/bin/byteback-prune
+++ b/bin/byteback-prune
@@ -147,4 +147,4 @@ if snapshots.empty?
end
info("Deleting #{snapshots.last.path}")
-log_system("/sbin/btrfs subvolume delete #{snapshots.last.path}")
+log_system("#{btrfs_bin} subvolume delete #{snapshots.last.path}")