From 7ec2eac4aaf0e866d540342cc04828882c0a449f Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 8 Aug 2012 09:53:12 +0200 Subject: [PATCH] Fix upgrade process to sync all skins directory since default skin is not provide upstream --- check_rc_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_rc_upgrade.sh b/check_rc_upgrade.sh index 8d8cbc5..cbce36b 100755 --- a/check_rc_upgrade.sh +++ b/check_rc_upgrade.sh @@ -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