IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36313


Ignore:
Timestamp:
Nov 25, 2013, 5:50:09 PM (13 years ago)
Author:
watersc1
Message:

Forgot to sanitize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/neb_rawOTA_host_scan.pl

    r36312 r36313  
    1313my $dbname   = 'nebulous';
    1414my $dbserver = $ENV{NEB_DBSERVER};
    15 my $dbuser = 'ipp';
    16 my $dbpass = 'ipp';
     15my $dbuser = $ENV{NEB_USER};
     16my $dbpass = $ENV{NEB_PASS};
    1717my $db = DBI->connect("DBI:mysql:database=${dbname};host=${dbserver};" .
    1818                   "mysql_socket=" . DB_SOCKET(),
     
    125125}
    126126print "## LAST: $last_ins_id\n";
    127 print "## TRY:  host_scan.pl --host $host --limit $limit --min $last_ins_id\n";
     127print "## TRY:  neb_rawOTA_host_scan.pl --host $host --limit $limit --min $last_ins_id\n";
    128128
Note: See TracChangeset for help on using the changeset viewer.