Fix bug : preserve non-standard plugins during upgrade
This commit is contained in:
parent
10caef85b8
commit
e5e729ef08
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue