diff options
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}") |