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