Benjamin Renard commited on 2012-08-08 07:53:28
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -210,7 +210,7 @@ then |
210 | 210 |
rsync -a --copy-dirlinks "$from/" "$to/" |
211 | 211 |
|
212 | 212 |
echo "Mise a jour de l'installation $to a partir de $src : " |
213 |
- for file in index.php bin/ SQL/ program/ installer/ skins/default/ plugins/ |
|
213 |
+ for file in index.php bin/ SQL/ program/ installer/ skins/ plugins/ |
|
214 | 214 |
do |
215 | 215 |
echo " - Mise a jour de $file" |
216 | 216 |
rsync -a $src/$file $to/$file |
217 | 217 |