Changes config dirs to current direcotry
oginstaller/pipeline/head There was a failure building this commit Details

working-installer
Nicolas Arenas 2024-11-13 20:55:10 +01:00
parent 5a7952efe3
commit a09814c113
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import curses
import json
import os
CONFIGS_DIR = "/tmp/opengnsys-installer-configs"
CONFIGS_DIR = "./"
os.makedirs(CONFIGS_DIR, exist_ok=True)
def main(stdscr):