Fixed bug of function call

This commit is contained in:
Suikan 2021-07-03 06:26:33 +09:00
parent 0e0af79234
commit ccc7d009f6
2 changed files with 3 additions and 3 deletions

View file

@ -119,12 +119,12 @@ function main() {
# *******************************************************************************
# Finalizing. Embedd encryption key into the ramfs image.
post_install_ubuntu()
post_install_void
# Normal end
return 0
} # End of ())
} # End of main()
# *******************************************************************************