Fix path for installer
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
a09814c113
commit
dda794f328
|
@ -2,7 +2,7 @@ import curses
|
|||
import json
|
||||
import os
|
||||
|
||||
CONFIGS_DIR = "./"
|
||||
CONFIGS_DIR = "/tmp/oginstall"
|
||||
os.makedirs(CONFIGS_DIR, exist_ok=True)
|
||||
|
||||
def main(stdscr):
|
||||
|
|
Loading…
Reference in New Issue