We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4655241 commit 5a53460Copy full SHA for 5a53460
1 file changed
shellmenu.sh
@@ -441,8 +441,8 @@ callKeyFunktion () {
441
}
442
443
actionBanner() {
444
- local bannerline="$(r_pad " Action Execution" "75" " ")"
445
- coloredLog "$bannerline" $clrWhite $clrBlue && echo
+ local bannerline="$(r_pad " Command Execution" "75" " ")"
+ coloredLog "$bannerline" $menuHeadingFGClr $menuHeadingBGClr && echo
446
local actionline="$(r_pad " $1" "75" " ")"
447
coloredLog "$actionline" $clrWhite $clrGray && echo
448
0 commit comments