Fix bug : preserve non-standard plugins during upgrade

This commit is contained in:
Benjamin Renard 2011-08-15 15:51:26 +02:00
parent 10caef85b8
commit e5e729ef08
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ then
for file in index.php bin/ SQL/ program/ installer/ skins/default/ plugins/
do
echo " - Mise a jour de $file"
rsync -a --delete $src/$file $to/$file
rsync -a $src/$file $to/$file
chown $OWNER:$GROUP -R $to/$file
done