From fc46d1a48b98dca62556b515613e5995640520d9 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 3 Aug 2026 16:00:30 +0200 Subject: [PATCH] chore: use /var/cache/uv --- bin/start_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start_service.sh b/bin/start_service.sh index a298071..363f57e 100755 --- a/bin/start_service.sh +++ b/bin/start_service.sh @@ -28,7 +28,7 @@ pip install uv # to run `uv ...` PATH="${HOME}/.local/bin:${PATH}" -export UV_CACHE_DIR="/sls/bd/hla/.cache/uv" +export UV_CACHE_DIR="/var/cache/uv" export UV_LINK_MODE="copy" APP_DIR=${SVC_DIR}/current/app