Benjamin Renard commited on 2014-12-31 09:07:46 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -229,7 +229,7 @@ then
if [ $? -eq 0 ]
then
echo "Execution de la fonction custom after_upgrade() :"
- after_upgrade
+ after_upgrade "$to"
echo "Fin de la fonction after_upgrade()"
fi