Pass installation path to after_upgrade function
Benjamin Renard

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
229 229
 		if [ $? -eq 0 ]
230 230
 		then
231 231
 			echo "Execution de la fonction custom after_upgrade() :"
232
-			after_upgrade
232
+			after_upgrade "$to"
233 233
 			echo "Fin de la fonction after_upgrade()"
234 234
 		fi
235 235
 
236 236