Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43009)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43010)
@@ -8,12 +8,12 @@
 
 foreach f ( web/*.php )
-  rsync -uv $f $PS_WEB/
+  rsync -auv $f $PS_WEB/
 end
 
 foreach f ( web/*.cgi )
-  rsync -uv $f $PS_CGI/
+  rsync -auv $f $PS_CGI/
 end
 
 foreach f (scripts/pstamp_runcommand.sh scripts/pstamp_webrequest.pl)
-  rsync -uv $f $PS_BIN/
+  rsync -auv $f $PS_BIN/
 end
Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/status.php
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/status.php	(revision 43009)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/status.php	(revision 43010)
@@ -95,5 +95,5 @@
 if ($command) {
     $command = escapeshellcmd($command);
-   // echo "<br />command:<br />$command";
+    // echo "<br />command:<br />$command";
     echo "<br />";
     exec($command, $output, $command_status);
