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:
Matias Barcenas 2017-12-30 23:44:36 -06:00
parent a892810f16
commit 63773bc0b6
1 changed files with 1 additions and 1 deletions

View File

@ -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" ""