Update fluxion.sh
header will show also revision, not only version : eg. FLUXION 3.5 < Fluxion Is The Future >
This commit is contained in:
parent
92f9883ecc
commit
38e710c764
|
@ -202,7 +202,7 @@ function fluxion_header() {
|
|||
format_apply_autosize "[%*s]\n"
|
||||
local verticalBorder=$FormatApplyAutosize
|
||||
|
||||
format_apply_autosize "[%*s${CRed}FLUXION $FLUXIONVersion ${CRed}< F${CYel}luxion ${CRed}I${CYel}s ${CRed}T${CYel}he ${CRed}F${CYel}uture >%*s$CBlu]\n";
|
||||
format_apply_autosize "[%*s${CRed}FLUXION $FLUXIONVersion.$FLUXIONRevision ${CRed}< F${CYel}luxion ${CRed}I${CYel}s ${CRed}T${CYel}he ${CRed}F${CYel}uture >%*s$CBlu]\n";
|
||||
local headerTextFormat="$FormatApplyAutosize"
|
||||
|
||||
fluxion_conditional_clear
|
||||
|
|
Loading…
Reference in New Issue