Changes config dirs to current direcotry
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
5a7952efe3
commit
a09814c113
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue