mirror of https://github.com/samply/bridgehead.git
Fix
This commit is contained in:
parent
44258586e9
commit
28b6567840
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue