Fixed bug & added missing language files.
Fixed a minor bug caused by a literal placed outside a format specifier. Added english placeholder files for missing language files.
This commit is contained in:
parent
a892810f16
commit
63773bc0b6
|
@ -707,7 +707,7 @@ function fluxion_show_ap_info() {
|
|||
format_apply_autosize "%*s$CBlu%7s$CClr: %-32s%*s\n"
|
||||
|
||||
local colorlessFormat="$FormatApplyAutosize"
|
||||
local colorfullFormat=$(echo "$colorlessFormat" | sed -r 's/%-32s/-%32b/g')
|
||||
local colorfullFormat=$(echo "$colorlessFormat" | sed -r 's/%-32s/%-32b/g')
|
||||
|
||||
printf "$colorlessFormat" "" "ESSID" "\"$APTargetSSID\" / $APTargetEncryption" ""
|
||||
printf "$colorlessFormat" "" "Channel" "$APTargetChannel" ""
|
||||
|
|
Loading…
Reference in New Issue