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 ]
|
||||
then
|
||||
echo "Execution de la fonction custom after_upgrade() :"
|
||||
after_upgrade
|
||||
after_upgrade "$to"
|
||||
echo "Fin de la fonction after_upgrade()"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue