summaryrefslogtreecommitdiff
path: root/bin/byteback-prune
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 11:12:14 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 11:12:14 +0000
commit38c89a9e32a67f96b40d756a5c356f8c31247ab9 (patch)
tree88fbff9457a32abd5f72d89481bf3a52a0471f75 /bin/byteback-prune
parent566c4c39e58e001015d263df124ea88d06ba5940 (diff)
parentb310c2f150a4802d63d492cfe3dfae650ebbc41e (diff)
Merge branch '12-fix-btrfs-path' into rubocop
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}")