diff --git a/script/ubuntu-kaiten-yaki.sh b/script/ubuntu-kaiten-yaki.sh index 31edb18..34b4b8f 100644 --- a/script/ubuntu-kaiten-yaki.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -161,7 +161,7 @@ function post_install_local() { ...Ready to reboot. HEREDOC - retrun 0 + return 0 } # End of post_install_local() diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index af6fd85..423ffc4 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -188,7 +188,7 @@ function post_install_local() { ...Ready to reboot. HEREDOC - retrun 0 + return 0 } # End of post_install_local()