Skip to content

Commit 5a53460

Browse files
committed
Cammand Banner
1 parent 4655241 commit 5a53460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shellmenu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ callKeyFunktion () {
441441
}
442442

443443
actionBanner() {
444-
local bannerline="$(r_pad " Action Execution" "75" " ")"
445-
coloredLog "$bannerline" $clrWhite $clrBlue && echo
444+
local bannerline="$(r_pad " Command Execution" "75" " ")"
445+
coloredLog "$bannerline" $menuHeadingFGClr $menuHeadingBGClr && echo
446446
local actionline="$(r_pad " $1" "75" " ")"
447447
coloredLog "$actionline" $clrWhite $clrGray && echo
448448
}

0 commit comments

Comments
 (0)