rc: Remove extra whitespace

Differential Revision: https://reviews.freebsd.org/D34165
This commit is contained in:
Jose Luis Duran 2022-02-10 12:42:33 -07:00 committed by Warner Losh
parent 0853415963
commit c96f70e7ac

View File

@ -137,16 +137,16 @@ done
# Note: this assumes firstboot_sentinel is on / when we have
# a read-only /, or that it is on media that's writable.
if [ -e ${firstboot_sentinel} ]; then
checkyesno root_rw_mount && mount -uw /
checkyesno root_rw_mount && mount -uw /
chflags -R 0 ${firstboot_sentinel}
rm -rf ${firstboot_sentinel}
if [ -e ${firstboot_sentinel}-reboot ]; then
chflags -R 0 ${firstboot_sentinel}-reboot
rm -rf ${firstboot_sentinel}-reboot
checkyesno root_rw_mount || mount -ur /
checkyesno root_rw_mount || mount -ur /
kill -INT 1
fi
checkyesno root_rw_mount || mount -ur /
checkyesno root_rw_mount || mount -ur /
fi
echo ''