Changeset 43105
- Timestamp:
- Sep 22, 2026, 3:27:37 PM (41 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_save_server_status.pl
r43073 r43105 85 85 86 86 if ($updatelink) { 87 if (-e $status_file) { 88 unlink $status_file or die "failed to unlink existing status file $status_file\n"; 87 # print "checking on $status_file\n"; 88 if (-e $status_file || -l $status_file) { 89 # print "trying to unlink $status_file\n"; 90 unlink $status_file or die "failed to unlink existing status file $status_file: $!\n"; 89 91 } 90 92 91 symlink $file, $status_file or die "failed to update staus file link $status_file ";93 symlink $file, $status_file or die "failed to update staus file link $status_file: $!"; 92 94 } 93 95
Note:
See TracChangeset
for help on using the changeset viewer.
