Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k3s-apiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5eeee2dd
authored
2022-07-27 18:18:15 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix animation_progress to display the status.
1 parent
84ec0394
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/apiserver.sh
scripts/apiserver.sh
View file @
5eeee2d
...
...
@@ -76,7 +76,7 @@ _start_animation() {
}
_animation_progress
()
{
printf
"
$animation_message
: %s %s
\r
"
"
${
animations
[
$animation_index
]
}
"
"
$
2
"
printf
"
$animation_message
: %s %s
\r
"
"
${
animations
[
$animation_index
]
}
"
"
$
1
"
animation_index
=
$((
(
$animation_index
+
1
)
%
${#
animations
[*]
}
))
}
...
...
Please
register
or
sign in
to post a comment