Commit e5ded94f9e5299df8536209c1d6ef53f558d3c8d
1 parent
094fedbb
Exists in
master
and in
1 other branch
bugfix2
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
install/update.sh
... | ... | @@ -157,9 +157,8 @@ ftpf=files_to_process.txt |
157 | 157 | # Créer le fichier files_to_process.txt s'il n'existe pas encore |
158 | 158 | [ ! -f $ftpf ] && touch $ftpf |
159 | 159 | |
160 | -exit | |
161 | 160 | |
162 | -# a2) On fait la différence entre les fichiers de mise à jour BD présents après le git et avant | |
161 | +# a) On fait la différence entre les fichiers de mise à jour BD présents après le git et avant | |
163 | 162 | |
164 | 163 | # TEST only |
165 | 164 | #[[ $TEST == 1 ]] && (rm ../database/update/db-update-2014-08-23.sh ; touch ../database/update/test.txt ; touch ../database/update/db-update-2014-08-24.sh ; touch ../database/update/db-update-2014-08-25.sh; chmod +x ../database/update/db-update-2014-*.sh) | ... | ... |