> 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() Looks fine. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list