Fix upgrade process to sync all skins directory since default skin is not provide upstream
This commit is contained in:
parent
71aeb4805d
commit
7ec2eac4aa
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ then
|
|||
rsync -a --copy-dirlinks "$from/" "$to/"
|
||||
|
||||
echo "Mise a jour de l'installation $to a partir de $src : "
|
||||
for file in index.php bin/ SQL/ program/ installer/ skins/default/ plugins/
|
||||
for file in index.php bin/ SQL/ program/ installer/ skins/ plugins/
|
||||
do
|
||||
echo " - Mise a jour de $file"
|
||||
rsync -a $src/$file $to/$file
|
||||
|
|
Loading…
Reference in a new issue