Changeset 31 for trunk/install.sh


Ignore:
Timestamp:
11/15/07 15:31:47 (16 years ago)
Author:
pinsard
Message:

remove nemo in elements names and filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.sh

    r25 r31  
    44# publication (rsync) of dirwww content on dirpublish given in argument 
    55# 
    6 # If the host of publication is cerbere.locean-ipsl.upmc.fr, update_web is 
    7 # launched. 
     6# If the host of publication is cerbere.locean-ipsl.upmc.fr, a specific update 
     7# is launched. 
    88# 
    9 # update 
     9# update : 
    1010# $Id$ 
    1111# fplod 2007-09-28T09:30:43Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    6565 rsync -av -e ssh ${dirwww}/ ${dirpublish} 
    6666 # detect if in dirpublish following this pattern [USER@]HOST:SRC, HOST 
    67  # is cerbere.locean-ipsl.upmc.fr. If so, update_web is launched 
     67 # is cerbere.locean-ipsl.upmc.fr. If so, a specific update is launched 
    6868 userhost=${dirpublish%%:*} 
    6969 host=${userhost##*@} 
     70 user=${userhost%%@*} 
    7071 if [ "${host}" = "cerbere.locean-ipsl.upmc.fr" ] 
    7172 then 
    72   ssh ${userhost} /usr/local_linux/bin/update_web 
     73    wget -q "http://www.lodyc.jussieu.fr/info_reseau/persoweb/?fastupdate=1&user=${user}" -O /dev/null 
    7374 fi 
    7475 ;; 
Note: See TracChangeset for help on using the changeset viewer.