From 6940ea1946b889aae935e37ece1f5f02d1b8820e Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sat, 3 Oct 2020 11:24:47 +0200 Subject: [PATCH] Fix redis hook (bash does not allow empty function Add a dummy instruction equivalent to true --- data/hooks/conf_regen/35-redis | 1 + 1 file changed, 1 insertion(+) diff --git a/data/hooks/conf_regen/35-redis b/data/hooks/conf_regen/35-redis index 81d25af5a..10358cefc 100755 --- a/data/hooks/conf_regen/35-redis +++ b/data/hooks/conf_regen/35-redis @@ -1,6 +1,7 @@ #!/bin/bash do_pre_regen() { + : } do_post_regen() {