Changeset 39539 for trunk/ippScripts/scripts/summit_copy.pl
- Timestamp:
- Apr 19, 2016, 1:04:13 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/summit_copy.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/summit_copy.pl
r31142 r39539 19 19 my $host = hostname(); 20 20 print "\n\n"; 21 print "Starting script $0 on $host\n\n"; 21 #print "Starting script $0 on $host\n\n"; 22 my $date = `date`; 23 print "Starting script $0 on $host at $date"; 24 22 25 23 26 # Parse the command-line arguments … … 109 112 my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress); 110 113 114 $date = `date`; 115 print "starting pztool instances checksum $date"; 116 111 117 # command to update database 112 118 $command = "$pztool -copydone"; … … 138 144 print "skipping command: $command\n"; 139 145 } 146 147 $date = `date`; 148 print "finished $date\n"; 149 140 150 141 151 sub get_file_params
Note:
See TracChangeset
for help on using the changeset viewer.
