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 #####