Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_save_server_status.pl
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_save_server_status.pl	(revision 43104)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_save_server_status.pl	(revision 43105)
@@ -85,9 +85,11 @@
 
 if ($updatelink) {
-    if (-e $status_file) {
-        unlink $status_file or die "failed to unlink existing status file $status_file\n";
+    # print "checking on $status_file\n";
+    if (-e $status_file || -l $status_file) {
+	# print "trying to unlink $status_file\n";
+        unlink $status_file or die "failed to unlink existing status file $status_file: $!\n";
     }
 
-    symlink $file, $status_file or die "failed to update staus file link $status_file";
+    symlink $file, $status_file or die "failed to update staus file link $status_file: $!";
 }
 
