Merge pull request #612 from the2masters/btrfs-progs-init-script
btrfs-progs: Fix init script
This commit is contained in:
commit
455a68b7d0
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
START=19
|
START=19
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
grep -q btrfs /proc/modules && /usr/bin/btrfsctl -a
|
grep -q btrfs /proc/modules && /usr/bin/btrfs device scan
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue