mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-11-10 10:15:19 +00:00
ZG8gbm90IGluY2x1ZGUgIkBnbWFpbC5jb20iIGluIGF1dGhvciBuYW1lCg==
This commit is contained in:
parent
a2b049f2e4
commit
7fc87d8769
@ -59,7 +59,7 @@ while [ "$log" != "" ]
|
|||||||
do
|
do
|
||||||
if (( $i%2 == 0 )); then # author
|
if (( $i%2 == 0 )); then # author
|
||||||
temp=${log%%:*};
|
temp=${log%%:*};
|
||||||
convertedLog+=$temp;
|
convertedLog+=${temp%@*};
|
||||||
convertedLog+=":\"";
|
convertedLog+=":\"";
|
||||||
# discard used string
|
# discard used string
|
||||||
log=${log#*:};
|
log=${log#*:};
|
||||||
|
Loading…
Reference in New Issue
Block a user