KASM-8264 Update path

This commit is contained in:
Chris Hunt 2026-04-07 10:46:58 +01:00
parent d73ddacefb
commit b0536f4a29
No known key found for this signature in database

View file

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