mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Fixed bug of function call
This commit is contained in:
parent
0e0af79234
commit
ccc7d009f6
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
||||||
|
|
||||||
# *******************************************************************************
|
# *******************************************************************************
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue