nanobsd: Remove spurious exit call

Reviewed by:	imp
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D57217
This commit is contained in:
Jose Luis Duran
2026-05-27 00:13:47 +00:00
parent 9d133c7640
commit d2a9ad033c
-1
View File
@@ -351,7 +351,6 @@ _create_diskimage() {
${cfgimage} \
${dataimage} \
-o ${IMG}
exit
) > ${NANO_LOG}/_.di 2>&1
}