These defaults maintain backwards compatibility if developers don't change anything MAILPOET-4237
8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
. "$(dirname "$0")/common.sh"
|
|
[ "$MP_GIT_HOOKS_ENABLE" != "true" ] && exit 0
|
|
|
|
|
|
installIfUpdates
|