From 81e77426e554a61d85e1738af604359171a6062e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 8 Jun 2011 22:37:07 -0400 Subject: init: declare PATH, remove absolute paths We were never very consistent about this anyways. Signed-off-by: Dave Reisner --- hooks/btrfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hooks/btrfs') diff --git a/hooks/btrfs b/hooks/btrfs index c4836c5..8ee5e0e 100644 --- a/hooks/btrfs +++ b/hooks/btrfs @@ -2,6 +2,6 @@ run_hook () { - /sbin/modprobe btrfs - /sbin/btrfs device scan + modprobe btrfs + btrfs device scan } -- cgit v1.2.3-24-g4f1b