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

View file

@ -229,7 +229,7 @@ then
if [ $? -eq 0 ] if [ $? -eq 0 ]
then then
echo "Execution de la fonction custom after_upgrade() :" echo "Execution de la fonction custom after_upgrade() :"
after_upgrade after_upgrade "$to"
echo "Fin de la fonction after_upgrade()" echo "Fin de la fonction after_upgrade()"
fi fi