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)
|
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
|
||||||
|
|
Loading…
Reference in New Issue