remove all references to home/cron in bin scripts
git-svn-id: svn://192.168.202.10@165 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -218,10 +218,6 @@ if ($DB) {print "SEED TIME $secX : $year-$mon-$mday $hour:$min:$sec LOC
|
||||
$sthA->finish();
|
||||
if ($DB) {print " - GMT phone codes records: $rec_countZ\n";}
|
||||
|
||||
# open(codefile, "/home/cron/phone_codes_GMT.txt") || die "can't open /home/cron/phone_codes_GMT.txt: $!\n";
|
||||
# @codefile = <codefile>;
|
||||
# close(codefile);
|
||||
|
||||
$ep=0; $ei=0; $ee=0;
|
||||
$d=0;
|
||||
foreach (@phone_codes)
|
||||
|
||||
@@ -419,8 +419,8 @@ while($one_day_interval > 0)
|
||||
if ($lead_id_call_list =~ /\|$lead_id\|/)
|
||||
{
|
||||
print "!!!!!!!!!!!!!!!!duplicate lead_id for this run: |$lead_id| $lead_id_call_list\n";
|
||||
open(DUPout, ">>/home/cron/VDAD_DUPLICATE.$file_date")
|
||||
|| die "Can't open /home/cron/VDAD_DUPLICATE.$file_date: $!\n";
|
||||
open(DUPout, ">>$PATHlogs/VDAD_DUPLICATE.$file_date")
|
||||
|| die "Can't open $PATHlogs/VDAD_DUPLICATE.$file_date: $!\n";
|
||||
print DUPout "$now_date-----$lead_id_call_list-----$lead_id\n";
|
||||
close(DUPout);
|
||||
}
|
||||
|
||||
@@ -191,7 +191,7 @@ while($one_day_interval > 0)
|
||||
$tn = new Net::Telnet (Port => $telnet_port,
|
||||
Prompt => '/.*[\$%#>] $/',
|
||||
Output_record_separator => '',);
|
||||
#$LItelnetlog = '/home/cron/listen_telnet_log.txt' # uncomment for telnet log
|
||||
#$LItelnetlog = "$PATHlogs/listen_telnet_log.txt" # uncomment for telnet log
|
||||
#$fh = $tn->dump_log("$LItelnetlog"); # uncomment for telnet log
|
||||
if (length($ASTmgrUSERNAMElisten) > 3) {$telnet_login = $ASTmgrUSERNAMElisten;}
|
||||
else {$telnet_login = $ASTmgrUSERNAME;}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
# 60718-1024 - changed to use /etc/astguiclient.conf for configs
|
||||
#
|
||||
|
||||
$FULL_LOG = 1; # set to 1 for a full response log to be created in /home/cron/action_full.date
|
||||
$FULL_LOG = 1; # set to 1 for a full response log to be created in $PATHlogs/action_full.date
|
||||
|
||||
$secX = time();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user