spcd_step_in
This commit is contained in:
parent
e74984a6cb
commit
8e3d1e493a
1 changed files with 4 additions and 0 deletions
|
@ -877,6 +877,10 @@ spcd_step() {
|
|||
spcd_banner
|
||||
}
|
||||
|
||||
spcd_step_in() {
|
||||
SPCD_STEP=$((SPCD_STEP + 1))
|
||||
}
|
||||
|
||||
spcd_substep() {
|
||||
SPCD_SUBSTEP=$((SPCD_SUBSTEP + 1))
|
||||
SPCD_SUBSTEP_TEXT="${*}"
|
||||
|
|
Loading…
Reference in a new issue