mirror of
https://github.com/kasmtech/kasm-install-wizard.git
synced 2026-07-17 16:35:08 +00:00
KASM-8264 Update path
This commit is contained in:
parent
d73ddacefb
commit
b0536f4a29
1 changed files with 1 additions and 1 deletions
2
index.js
2
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue