Pass installation path to after_upgrade function

This commit is contained in:
Benjamin Renard 2014-12-31 10:07:46 +01:00
parent 23765ce7c8
commit bf57ace811
1 changed files with 1 additions and 1 deletions

View File

@ -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