From 44444e054998f5f34449fc305bc63437ada81a69 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 8 Dec 2024 16:52:40 -0500 Subject: [PATCH] Fixed weird problem with configure_fenrir.py TUI not working when called from configure stormux. --- configure-stormux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-stormux.sh b/configure-stormux.sh index 6f74025..0ac548a 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -77,7 +77,7 @@ while [[ "$choice" != "Exit" ]]; do restart ;; "Configure Fenrir") - /usr/share/fenrirscreenreader/tools/configure_fenrir.py + script -c "/usr/share/fenrirscreenreader/tools/configure_fenrir.py" /dev/null ;; "Configure internet") /usr/bin/nmtui-connect