Changeset 36638 for trunk/pstamp/scripts/pstamp_save_server_status.pl
- Timestamp:
- Apr 2, 2014, 2:03:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_save_server_status.pl
- Property svn:mergeinfo set to
r35570 r36638 61 61 $year, $month, $mday, $hour, $min, $sec; 62 62 63 my $command = "pstamp_server_status > $file"; 63 my $command = "pstamp_server_status --workdir $pstamp_workdir > $file"; 64 #my $command = "pstamp_server_status > $file"; 64 65 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 65 66 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
