zfs: print the output of the zpool command (if any) when it succeeds
This commit is contained in:
parent
c2e5fd959d
commit
1cf9bcaa3f
@ -254,12 +254,11 @@ in
|
|||||||
echo -n .
|
echo -n .
|
||||||
trial=$(($trial + 1))
|
trial=$(($trial + 1))
|
||||||
if [[ $trial -eq 60 ]]; then
|
if [[ $trial -eq 60 ]]; then
|
||||||
echo
|
|
||||||
echo "$msg"
|
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
if [[ -n "$msg" ]]; then echo "$msg"; fi
|
||||||
'') rootPools));
|
'') rootPools));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user