We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfe318 commit 6adaad9Copy full SHA for 6adaad9
1 file changed
support.sh
@@ -375,10 +375,13 @@ function generate_support_info()
375
local X="${TEMP_DIR_OVERLAY}/config/overlay/tmp/de421.bsp"
376
[[ -s ${X} ]] && truncate -s 0 "${X}"
377
rm -fr \
378
- "${TEMP_DIR_OVERLAY}/system_fonts" \
379
"${TEMP_MY_MODULES}/moduledata/data/allsky_adsb/adsb_data" \
380
"${TEMP_MY_MODULES}/__pycache__"
381
+ X="${TEMP_DIR_OVERLAY}/system_fonts"
382
+ Y="${TEMP_DIR_OVERLAY}/fonts"
383
+ [[ -d ${X} ]] && find "${X}" "${Y}" -type f -exec truncate -s 0 {} + 2> /dev/null
384
+
385
cd "${TEMP_DIR}" || exit 1
386
387
# Handle the Allsky log files last, since they are usually the largest files and we need
0 commit comments