Changeset 362


Ignore:
Timestamp:
Nov 4, 2017, 5:53:15 PM (6 years ago)
Author:
g7moreau
Message:
  • Preserve times (and to not graph png figure again it not necessary)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/push-web

    r361 r362  
    174174if [ "${REMOTE_SERVER}" = "localhost" ]
    175175then
    176    rsync \
     176   rsync --times \
    177177      /usr/share/klask/sorttable-klask.js \
    178178      /usr/share/klask/style-klask.css \
     
    187187
    188188else
    189    rsync \
     189   rsync --times \
    190190      /usr/share/klask/sorttable-klask.js \
    191191      /usr/share/klask/style-klask.css \
Note: See TracChangeset for help on using the changeset viewer.