summaryrefslogtreecommitdiff
path: root/byteback-prune
diff options
context:
space:
mode:
authorMatthew Bloch <matthew@bytemark.co.uk>2014-12-04 18:35:36 +0000
committerMatthew Bloch <matthew@bytemark.co.uk>2014-12-04 18:35:36 +0000
commitfcf00ad61a60c9e99a7d45380803f0dbf0b858f5 (patch)
treeb819c65842ce37dbd80108464425e0c0779534c9 /byteback-prune
parenta7162ddb80be70443d5617cac5d71ce6521e9f42 (diff)
Realised we don't need sudo at all to run our btrfs commands, removed all
references.
Diffstat (limited to 'byteback-prune')
-rwxr-xr-xbyteback-prune2
1 files changed, 1 insertions, 1 deletions
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}")