From 54849eb03280b7c859905b3ca190fce3b931e631 Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Thu, 4 Dec 2014 18:39:47 +0000 Subject: Replaced pathless btrfs invocation with /sbin/btrfs (as we're no longer root). --- byteback-setup-client-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byteback-setup-client-receive') diff --git a/byteback-setup-client-receive b/byteback-setup-client-receive index 72e5471..0dc850f 100755 --- a/byteback-setup-client-receive +++ b/byteback-setup-client-receive @@ -30,7 +30,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("btrfs subvolume create #{@hostname}/current") + system("/sbin/btrfs subvolume create #{@hostname}/current") FileUtils.mkdir_p(".ssh") -- cgit v1.2.3