From 2e490d1d848c9121cb1f2bd84f39b602490fa4b1 Mon Sep 17 00:00:00 2001 From: cphillip Date: Mon, 11 Feb 2002 17:20:08 +0000 Subject: [PATCH] o Change default behaviour of the 'continue?' statement to default to 'y' if nothing is entered, but default to 'n' if anything but 'y' is entered. --- setup/setup-openssh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 74756ae..9faf25d 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -349,7 +349,7 @@ print "\n"; $response = query_boolean("Do you wish to continue with the setup package?","y"); -if ($response eq "n") +if ($response ne "y") { print "\n"; print "Okay.. exiting gsi_openssh setup.\n"; -- 2.45.2