This commit is contained in:
Martin Lablans 2022-10-06 09:59:51 +02:00
parent 44258586e9
commit 28b6567840
1 changed files with 2 additions and 4 deletions

View File

@ -67,12 +67,10 @@ case "$ACTION" in
uninstall)
exec ./lib/remove-bridgehead-units.sh $PROJECT
;;
preRun)
preUpdate)
preRun | preUpdate)
fixPermissions
;;
postRun)
postUpdate)
postRun | postUpdate)
;;
*)
printUsage