Changeset 36313
- Timestamp:
- Nov 25, 2013, 5:50:09 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tools/neb_rawOTA_host_scan.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neb_rawOTA_host_scan.pl
r36312 r36313 13 13 my $dbname = 'nebulous'; 14 14 my $dbserver = $ENV{NEB_DBSERVER}; 15 my $dbuser = 'ipp';16 my $dbpass = 'ipp';15 my $dbuser = $ENV{NEB_USER}; 16 my $dbpass = $ENV{NEB_PASS}; 17 17 my $db = DBI->connect("DBI:mysql:database=${dbname};host=${dbserver};" . 18 18 "mysql_socket=" . DB_SOCKET(), … … 125 125 } 126 126 print "## LAST: $last_ins_id\n"; 127 print "## TRY: host_scan.pl --host $host --limit $limit --min $last_ins_id\n";127 print "## TRY: neb_rawOTA_host_scan.pl --host $host --limit $limit --min $last_ins_id\n"; 128 128
Note:
See TracChangeset
for help on using the changeset viewer.
