install.pl bug fix in confirmation of settings
git-svn-id: svn://192.168.202.10@42 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+1
-1
@@ -839,7 +839,7 @@ else
|
||||
print("Are these settings correct?(y/n): [y] ");
|
||||
$PROMPTconfig = <STDIN>;
|
||||
chomp($PROMPTconfig);
|
||||
if ( (length($PROMPTconfig)>0) or ($PROMPTconfig =~ /y/i) )
|
||||
if ( (length($PROMPTconfig)<1) or ($PROMPTconfig =~ /y/i) )
|
||||
{
|
||||
$config_finished='YES';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user