Correct missspelled command

retrun -> return
This commit is contained in:
Suikan 2021-07-03 12:04:14 +09:00
parent 7da5ec3647
commit fd199999ac
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ function post_install_local() {
...Ready to reboot. ...Ready to reboot.
HEREDOC HEREDOC
retrun 0 return 0
} # End of post_install_local() } # End of post_install_local()

View file

@ -188,7 +188,7 @@ function post_install_local() {
...Ready to reboot. ...Ready to reboot.
HEREDOC HEREDOC
retrun 0 return 0
} # End of post_install_local() } # End of post_install_local()