fixing tmp file quota

This commit is contained in:
David Young
2026-04-10 13:03:23 -06:00
parent 1086b92c65
commit cac833dac8

View File

@@ -329,6 +329,8 @@ fi
mkdir -p "$TMP_DIR"
mkdir -p "$HOME/.local/state/HamPackServer"
trap "echo 'Cleaning up...'; rm -rf '$TMP_DIR'" EXIT
echo "Starting HamPack source builds..."
process_conf
@@ -336,7 +338,4 @@ echo "Updating desktop database..."
update-desktop-database "$HOME/.local/share/applications/"
echo ""
echo "Cleaning up..."
rm -rf "$TMP_DIR"
echo "All done."