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:
@@ -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/";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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/";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user