File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2677,7 +2677,7 @@ summary_PrintFooter( )
26772677 _fnTotalIps=$(( _fnTotalIps + total_ips ))
26782678 _fnTotalSubnets=$(( _fnTotalSubnets + total_subnets ))
26792679
2680- label " Created file: ${bluel}${_fnTargetFile}${greym} "
2680+ label " Created file: ${bluel}${_fnTargetFile}${greym} "
26812681 else
26822682 while IFS= read -r -d ' ' _fnIpsetFile; do
26832683 _fnFileLines=$( grep -vE ' ^[[:space:]]*(#|;|$)' " ${_fnIpsetFile} " | wc -l)
@@ -2760,7 +2760,7 @@ gcc( )
27602760
27612761 case " ${BL_GEOLITE2_REUSE_TEMP:- false} " in
27622762 1|true|TRUE|yes|YES)
2763- info " ♻️ Skipping temp cleanup for reuse ${bluel}${app_dir_github} /${folder_target_temp}${greym} "
2763+ info " ♻️ Skipping temp cleanup for reuse ${bluel}${app_dir_github} /${folder_target_temp}${greym} "
27642764 ;;
27652765 * )
27662766 rm -rf " ${app_dir_github} /${folder_target_temp} "
@@ -2867,7 +2867,7 @@ main()
28672867 # Place geolite data in temporary directory
28682868 # #
28692869
2870- info " ⚙️ Creating tempdir folder ${bluel}${TEMPDIR} "
2870+ info " ⚙️ Creating tempdir folder ${bluel}${TEMPDIR} "
28712871 OLD_PWD=$( pwd)
28722872 cd " ${TEMPDIR} " || exit 1
28732873
You can’t perform that action at this time.
0 commit comments