From ccc7d009f62ca25f138e5d3f2a049c2a99ad3896 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sat, 3 Jul 2021 06:26:33 +0900 Subject: [PATCH] Fixed bug of function call --- script/ubuntu-kaiten-yaki.sh | 2 +- script/void-kaiten-yaki.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/ubuntu-kaiten-yaki.sh b/script/ubuntu-kaiten-yaki.sh index 9623f54..77420c9 100644 --- a/script/ubuntu-kaiten-yaki.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -92,7 +92,7 @@ function main() { # ******************************************************************************* # Finalizing. Embedd encryption key into the ramfs image. - post_install_void() + post_install_ubuntu # Normal end return 0 diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index ee3d016..b5c4c09 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -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() # *******************************************************************************