From 54849eb03280b7c859905b3ca190fce3b931e631 Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Thu, 4 Dec 2014 18:39:47 +0000 Subject: Replaced pathless btrfs invocation with /sbin/btrfs (as we're no longer root). --- byteback-prune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byteback-prune') diff --git a/byteback-prune b/byteback-prune index 7d8d495..7e3e83e 100755 --- a/byteback-prune +++ b/byteback-prune @@ -127,4 +127,4 @@ if snapshots.empty? end info("Deleting #{snapshots.last.path}") -log_system("btrfs subvolume delete #{snapshots.last.path}") +log_system("/sbin/btrfs subvolume delete #{snapshots.last.path}") -- cgit v1.2.3