From e5e729ef088817732ca3ff7b8cacce320054a52c Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 15 Aug 2011 15:51:26 +0200 Subject: [PATCH] Fix bug : preserve non-standard plugins during upgrade --- 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 7f7e763..8c30288 100755 --- a/check_rc_upgrade.sh +++ b/check_rc_upgrade.sh @@ -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