]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[liste_pot] Pas besoin de *login@*host
authorVincent Le Gallic <legallic@crans.org>
Mon, 30 Sep 2013 20:09:08 +0000 (22:09 +0200)
committerVincent Le Gallic <legallic@crans.org>
Mon, 30 Sep 2013 20:09:08 +0000 (22:09 +0200)
bde/liste_pot/creer_liste
bde/liste_pot/liste_invites

index 46a3af266ad6d19614df2cf9cbf047b0722195eb..c660faac0708e39776ad2736e4034154c9ca16e5 100755 (executable)
@@ -7,7 +7,7 @@ then
   echo "Précisez le nom du pot"
   exit 1
 else
- ssh vincent@bde.crans.org "/usr/scripts/liste_pot/creer_liste $1 --stdout" > texformated_liste_pot_"$1".tex
+ ssh bde "/usr/scripts/liste_pot/creer_liste $1 --stdout" > texformated_liste_pot_"$1".tex
  echo "liste créée et importée"
  pdflatex texformated_liste_pot_"$1".tex > /dev/null
  mv texformated_liste_pot_"$1".pdf liste_pot_"$1".pdf
index bcd24f0df7c57fe28fb3b1770a9a81ae3e4da010..12b163de993f737465c9f9a5ad8ddb042569c953 100755 (executable)
@@ -7,7 +7,7 @@ then
   echo "Précisez le nom du pot"
   exit 1
 else
- ssh vincent@bde.crans.org "/usr/scripts/liste_pot/liste_invites $@ --stdout" > texformated_liste_invites_"$1".tex
+ ssh bde "/usr/scripts/liste_pot/liste_invites $@ --stdout" > texformated_liste_invites_"$1".tex
  echo "liste d'invités créée et importée"
  pdflatex texformated_liste_invites_"$1".tex > /dev/null
  mv texformated_liste_invites_"$1".pdf liste_invites_"$1".pdf