Change 40923b0c81cc introduced a conditional check on BSDINSTALL_CONFIGCURRENT
to control whether or not to run efibootmgr to add and activate and entry for
the loader installed to the destination ESP. This prevents diskless scripted
installers from installing a bootable system where the EFI boot entry does not
already exist.
This change removes the conditional on BSDINSTALL_CONFIGCURRENT, so that on a
diskless installer the boot entry is added and activated as expected.