From b0536f4a292e31c3b1bacc7c405a46d12d48bf6a Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Tue, 7 Apr 2026 10:46:58 +0100 Subject: [PATCH] KASM-8264 Update path --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a8c5f02..76719c3 100644 --- a/index.js +++ b/index.js @@ -184,7 +184,7 @@ async function setGpu(imagesI) { // For rolling-weekly installs, append -rolling to service image tags in docker conf yamls. // Prevents -rolling-rolling by only modifying tags that don't already end with -rolling. async function appendRollingToServiceImages() { - const confDir = '/opt/kasm/docker/.conf'; + const confDir = '/kasm_release/docker'; let entries; try { entries = await fsw.readdir(confDir);