Pass installation path to after_upgrade function
This commit is contained in:
parent
23765ce7c8
commit
bf57ace811
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue