Benjamin Renard commited on 2011-08-15 13:51:26
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -209,7 +209,7 @@ then |
209 | 209 |
for file in index.php bin/ SQL/ program/ installer/ skins/default/ plugins/ |
210 | 210 |
do |
211 | 211 |
echo " - Mise a jour de $file" |
212 |
- rsync -a --delete $src/$file $to/$file |
|
212 |
+ rsync -a $src/$file $to/$file |
|
213 | 213 |
chown $OWNER:$GROUP -R $to/$file |
214 | 214 |
done |
215 | 215 |
|
216 | 216 |