summaryrefslogtreecommitdiffstats
path: root/hooks/btrfs
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/btrfs')
-rw-r--r--hooks/btrfs4
1 files changed, 2 insertions, 2 deletions
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
}