small fix for step-3 cron audio scripts

git-svn-id: svn://192.168.202.10@3006 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-07-05 14:02:12 +00:00
parent b1865889bc
commit c581d1d3d2
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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/";
}
}
-2
View File
@@ -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/";
}
}