summaryrefslogtreecommitdiff
path: root/bin/byteback-setup-client-receive
diff options
context:
space:
mode:
Diffstat (limited to 'bin/byteback-setup-client-receive')
-rwxr-xr-xbin/byteback-setup-client-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-setup-client-receive b/bin/byteback-setup-client-receive
index 3673b6a..528ccc9 100755
--- a/bin/byteback-setup-client-receive
+++ b/bin/byteback-setup-client-receive
@@ -32,7 +32,7 @@ Dir.chdir(ENV['HOME']) # don't know why we wouldn't be here
FileUtils.mkdir_p(@hostname)
error("Couldn't create btrfs subvolume") unless
- system("/sbin/btrfs subvolume create #{@hostname}/current")
+ system("#{btrfs_bin} subvolume create #{@hostname}/current")
FileUtils.mkdir_p('.ssh')