From fcf00ad61a60c9e99a7d45380803f0dbf0b858f5 Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Thu, 4 Dec 2014 18:35:36 +0000 Subject: Realised we don't need sudo at all to run our btrfs commands, removed all references. --- byteback-prune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byteback-prune') diff --git a/byteback-prune b/byteback-prune index b3afe42..7d8d495 100755 --- a/byteback-prune +++ b/byteback-prune @@ -127,4 +127,4 @@ if snapshots.empty? end info("Deleting #{snapshots.last.path}") -log_system("sudo btrfs subvolume delete #{snapshots.last.path}") +log_system("btrfs subvolume delete #{snapshots.last.path}") -- cgit v1.2.3