Fix redis hook (bash does not allow empty function

Add a dummy instruction equivalent to true
This commit is contained in:
Quentin Duchemin 2020-10-03 11:24:47 +02:00
parent 76f042cca4
commit 6940ea1946
No known key found for this signature in database
GPG key ID: 0547178FEEDE7D6B

View file

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