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

@ -92,7 +92,7 @@ function main() {
# ******************************************************************************* # *******************************************************************************
# Finalizing. Embedd encryption key into the ramfs image. # Finalizing. Embedd encryption key into the ramfs image.
post_install_void() post_install_ubuntu
# Normal end # Normal end
return 0 return 0

View file

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