From c18de5e7c4a08eaf2e92ef3fa452086a3c5ac8e7 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 20 Feb 2007 16:53:26 +0000 Subject: [PATCH] fixed bug for install.pl script git-svn-id: svn://192.168.202.10@537 3d104415-ff17-0410-8863-d5cf3c621b8a --- install.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.pl b/install.pl index 80464b60..2ae7573d 100644 --- a/install.pl +++ b/install.pl @@ -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 #####