From 63773bc0b6aeccfc7d4fb9be287e02aaebc8b6ca Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Sat, 30 Dec 2017 23:44:36 -0600 Subject: [PATCH] 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. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 618c32d..582f8de 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -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" ""