IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2026, 2:53:27 PM (3 months ago)
Author:
eugene
Message:

update install script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh

    r43003 r43010  
    88
    99foreach f ( web/*.php )
    10   rsync -uv $f $PS_WEB/
     10  rsync -auv $f $PS_WEB/
    1111end
    1212
    1313foreach f ( web/*.cgi )
    14   rsync -uv $f $PS_CGI/
     14  rsync -auv $f $PS_CGI/
    1515end
    1616
    1717foreach f (scripts/pstamp_runcommand.sh scripts/pstamp_webrequest.pl)
    18   rsync -uv $f $PS_BIN/
     18  rsync -auv $f $PS_BIN/
    1919end
Note: See TracChangeset for help on using the changeset viewer.