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) uninstall)
exec ./lib/remove-bridgehead-units.sh $PROJECT exec ./lib/remove-bridgehead-units.sh $PROJECT
;; ;;
preRun) preRun | preUpdate)
preUpdate)
fixPermissions fixPermissions
;; ;;
postRun) postRun | postUpdate)
postUpdate)
;; ;;
*) *)
printUsage printUsage