Changeset 27283
- Timestamp:
- Mar 15, 2010, 11:45:33 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_queue_requests.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_queue_requests.pl
r27186 r27283 71 71 72 72 my @dataStores; 73 #Look up the list of data stores t o monitor73 #Look up the list of data stores that are ready to be queried 74 74 { 75 my $command = "$pstamptool -datastore ";75 my $command = "$pstamptool -datastore -ready"; 76 76 $command .= " -dbname $dbname" if $dbname; 77 77 $command .= " -dbserver $dbserver" if $dbserver;
Note:
See TracChangeset
for help on using the changeset viewer.
