diff --git a/python-installer/oginstaller.py b/python-installer/oginstaller.py index 7d8f615..991c424 100755 --- a/python-installer/oginstaller.py +++ b/python-installer/oginstaller.py @@ -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):