fixed bug for install.pl script

git-svn-id: svn://192.168.202.10@537 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-02-20 16:53:26 +00:00
parent fb6e164503
commit c328ca577f
+5
View File
@@ -412,6 +412,7 @@ if (length($ARGV[0])>1)
else
{
# print "no command line options set\n";
$CLIcopy_conf_files='n';
}
### end parsing run-time options ###
@@ -1038,6 +1039,10 @@ else
$continue='YES';
}
}
else
{
$continue='YES';
}
}
##### END copy asterisk sample conf files prompt #####