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);