diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-12-04 18:39:47 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-12-04 18:39:47 +0000 |
commit | 54849eb03280b7c859905b3ca190fce3b931e631 (patch) | |
tree | fb9b308b6fe9e7b1887f47bd70fe9b963f5af146 /byteback-prune | |
parent | fcf00ad61a60c9e99a7d45380803f0dbf0b858f5 (diff) |
Replaced pathless btrfs invocation with /sbin/btrfs (as we're no longer root).
Diffstat (limited to 'byteback-prune')
-rwxr-xr-x | byteback-prune | 2 |
1 files changed, 1 insertions, 1 deletions
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}") |