functions: fix more

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-05-03 16:24:07 +02:00
parent 6ec5f4c626
commit f0734f72a7

View File

@@ -96,7 +96,8 @@ function generateSerial() {
;;
esac
SERIAL="${PREFIX:-"0000"}${MIDDLE:-"XXX"}${SUFFIX:-"123456"}"
echo "${SERIAL}"
echo ${SERIAL}
return 0
}
###############################################################################