Browse Source

Merge pull request #612 from the2masters/btrfs-progs-init-script

btrfs-progs: Fix init script
lilik-openwrt-22.03
Daniel Golle 10 years ago
parent
commit
455a68b7d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/btrfs-progs/files/btrfs-scan.init

+ 1
- 1
utils/btrfs-progs/files/btrfs-scan.init View File

@ -4,6 +4,6 @@
START=19
start() {
grep -q btrfs /proc/modules && /usr/bin/btrfsctl -a
grep -q btrfs /proc/modules && /usr/bin/btrfs device scan
}

Loading…
Cancel
Save