From d3eb829f0a22bf67a0a8f27ae33e71fcdaf42f68 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 28 Aug 2009 00:59:15 +0000 Subject: [PATCH] Fixed issue in audio step 3 FTP script git-svn-id: svn://192.168.202.10@1210 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_CRON_audio_3_ftp.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/AST_CRON_audio_3_ftp.pl b/bin/AST_CRON_audio_3_ftp.pl index 23966a89..6c340995 100644 --- a/bin/AST_CRON_audio_3_ftp.pl +++ b/bin/AST_CRON_audio_3_ftp.pl @@ -42,6 +42,7 @@ # 90730-1454 - Fixed non-VicDial recordings date directory, added secondary icmp ping if standard ping fails # 90818-0953 - Fixed a bug where the filesizes for all files were null # 90818-1017 - Added a transfer limit and list limit options. +# 90827-2013 - Fixed list limit option # ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); @@ -65,7 +66,7 @@ $VARFTP_dir = 'RECORDINGS'; $VARHTTP_path = 'http://10.0.0.4'; $file_limit = 1000; -$list_list = 1000; +$list_limit = 1000; ### begin parsing run-time options ### if (length($ARGV[0])>1)