--- rescue.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rescue.py b/rescue.py index 775f159..7252b83 100644 --- a/rescue.py +++ b/rescue.py @@ -202,7 +202,7 @@ def runShell(screen = None, msg=""): proc = None - if os.path.exists("/usr/bin/firstaidkit-qs") and os.path.exists("/usr/bin/dialog"): + if os.path.exists("/usr/bin/firstaidkit-qs"): proc = subprocess.Popen(["/usr/bin/firstaidkit-qs"]) proc.wait() -- 1.6.4.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list