Merge pull request #1058 from Chostakovitch/fix_redis_hook

Fix redis hook (bash does not allow empty function)
This commit is contained in:
Alexandre Aubin 2020-10-03 11:30:01 +02:00 committed by GitHub
commit 14644f0567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
#!/bin/bash
do_pre_regen() {
:
}
do_post_regen() {