mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Correct missspelled command
retrun -> return
This commit is contained in:
parent
7da5ec3647
commit
fd199999ac
2 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ function post_install_local() {
|
|||
...Ready to reboot.
|
||||
HEREDOC
|
||||
|
||||
retrun 0
|
||||
return 0
|
||||
|
||||
} # End of post_install_local()
|
||||
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ function post_install_local() {
|
|||
...Ready to reboot.
|
||||
HEREDOC
|
||||
|
||||
retrun 0
|
||||
return 0
|
||||
|
||||
} # End of post_install_local()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue