File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2304,9 +2304,9 @@ ipsets_Finalize()
23042304 # Define › Template › External Sources
23052305 # #
23062306
2307- curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /descriptions/geolite2/${templ_id} .txt" > desc.txt &
2308- curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /categories/geolite2/${templ_id} .txt" > cat.txt &
2309- curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /expires/geolite2/${templ_id} .txt" > exp.txt &
2307+ curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /descriptions/geolite2/${templ_id} .txt" > ${app_dir_github} / ${folder_target_temp} / desc.txt &
2308+ curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /categories/geolite2/${templ_id} .txt" > ${app_dir_github} / ${folder_target_temp} / cat.txt &
2309+ curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /expires/geolite2/${templ_id} .txt" > ${app_dir_github} / ${folder_target_temp} / exp.txt &
23102310 curl " ${templ_curl_opts[@]} " " ${app_repo_curl_storage} /url-source/geolite2/${templ_id} .txt" > ${app_dir_github} /${folder_target_temp} /src.txt &
23112311 wait
23122312
You can’t perform that action at this time.
0 commit comments