mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-14 13:22:27 +08:00
update generate.sh
This commit is contained in:
parent
263b84fe89
commit
e4a73612f1
@ -4,8 +4,7 @@ source common.sh
|
||||
set -e
|
||||
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data
|
||||
mkdir -p result
|
||||
ls operator/*.conf |
|
||||
while read file; do
|
||||
for file in operator/*.conf; do
|
||||
operator=${file%.*}
|
||||
operator=${operator##*/}
|
||||
log_info "generating IP list of $operator ..."
|
||||
|
Loading…
Reference in New Issue
Block a user