mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-04 16:40:20 +02:00
Fix
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user