Projet

Général

Profil

Révision 943cf374

Ajouté par Florent Torregrosa il y a presque 10 ans

Fix typo in d7-update-core.sh

Voir les différences:

bin/d7-update-core.sh
2 2

  
3 3
. /home/assos/bin/scripts-config.sh
4 4

  
5
help="This script is intended to help you update drupal core. It fellows steps describe here: https://forge.centrale-marseille.fr/projects/clubdrupal/wiki/Utilisation_de_Drupal_multi-site#Mise-%C3%A0-jour-du-noyau-de-Drupal
5
help="This script is intended to help you update drupal core. It fellows steps described here: https://forge.centrale-marseille.fr/projects/clubdrupal/wiki/Utilisation_de_Drupal_multi-site#Mise-%C3%A0-jour-du-noyau-de-Drupal
6 6
Please do not launch in cron."
7 7

  
8 8
if ! tty -s ; then
......
12 12

  
13 13
set -e # Exit immediatly if a command exits with a non zero value
14 14

  
15
# Backup transaltion
15
# Backup translations
16 16
translations_backupdir=/var/tmp
17 17
cp $translations_fr $translations_backupdir
18 18

  

Formats disponibles : Unified diff