btrfs/btrfs_timeout.sh: do not "exit 0"

master
Harald Hoyer 2013-03-02 13:10:04 +01:00
parent f12f694355
commit f672b1c399
1 changed files with 1 additions and 2 deletions

View File

@ -5,5 +5,4 @@
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh


info "Scanning for all btrfs devices" info "Scanning for all btrfs devices"
/sbin/btrfs device scan 2>&1 | vinfo /sbin/btrfs device scan >/dev/null 2>&1
exit 0