From c581d1d3d2fbaf0404ba3e6189350b9b7a78399c Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 5 Jul 2018 14:02:12 +0000 Subject: [PATCH] small fix for step-3 cron audio scripts git-svn-id: svn://192.168.202.10@3006 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_CRON_audio_3_ftp.pl | 2 -- bin/AST_CRON_audio_3_ftp_FTPSSL.pl | 2 -- 2 files changed, 4 deletions(-) diff --git a/bin/AST_CRON_audio_3_ftp.pl b/bin/AST_CRON_audio_3_ftp.pl index eb037705..c3a1dbd3 100644 --- a/bin/AST_CRON_audio_3_ftp.pl +++ b/bin/AST_CRON_audio_3_ftp.pl @@ -600,8 +600,6 @@ foreach(@FILES) {if($DBX) {print "Full-date directory exists: $PATHDONEmonitor/FTP/$start_date\n";}} else {mkdir("$PATHDONEmonitor/FTP/$start_date",0755); if($DBX) {print "Year directory created: $PATHDONEmonitor/FTP/$start_date\n";}} - $ftp->mkdir("$start_date"); - $ftp->cwd("$start_date"); $localDIR = "$start_date/"; } } diff --git a/bin/AST_CRON_audio_3_ftp_FTPSSL.pl b/bin/AST_CRON_audio_3_ftp_FTPSSL.pl index 66dee11a..7b150c74 100644 --- a/bin/AST_CRON_audio_3_ftp_FTPSSL.pl +++ b/bin/AST_CRON_audio_3_ftp_FTPSSL.pl @@ -626,8 +626,6 @@ foreach(@FILES) {if($DBX) {print "Full-date directory exists: $PATHDONEmonitor/FTP/$start_date\n";}} else {mkdir("$PATHDONEmonitor/FTP/$start_date",0755); if($DBX) {print "Year directory created: $PATHDONEmonitor/FTP/$start_date\n";}} - $ftp->mkdir("$start_date"); - $ftp->cwd("$start_date"); $localDIR = "$start_date/"; } }