diff options
Diffstat (limited to 'bin/byteback-prune')
-rwxr-xr-x | bin/byteback-prune | 2 |
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}") |