Replies: 3 comments
-
|
Thanks for the hint. That was an oversight on my side while removing all the bash scripts. I forgot to replace the last bash function calls. I just pushed an update that fixes this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That worked perfect in launches with no issues. That is awesome on the quick response to the error issue. @dw-0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you for the feedback :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
./kiauh/kiauh.sh: line 85: top_border: command not found
it’s about the script trying to call a function that hasn’t been defined yet. In KIAUH, top_border is usually a bash function that prints a UI border in the terminal.
Beta Was this translation helpful? Give feedback.
All reactions