pfSense-boot: silence mount -p stderr
Usually mount -p will not emit stderr, however some automation environments lack/etc/fstab which will cause error messages opening the fstab. This change mutesthe stderr of mount -p to prevent this.
pfSense-boot: silence mount -p stderr
Usually mount -p will not emit stderr, however some automation environments lack
/etc/fstab which will cause error messages opening the fstab. This change mutes
the stderr of mount -p to prevent this.