Changeset 34232
- Timestamp:
- Jul 31, 2012, 10:26:15 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r33126 r34232 127 127 if ($uri =~ /^http:/) { 128 128 # if the uri is an http uri download the file 129 my $command = "$dsget --uri $uri --filename $new_uri ";129 my $command = "$dsget --uri $uri --filename $new_uri --timeout 120"; 130 130 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 131 131 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
