remove redis regen conf too

This commit is contained in:
Kayou 2024-07-30 15:38:58 +02:00 committed by GitHub
parent 6f1e3411fc
commit 7b50c4eb6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +0,0 @@
#!/bin/bash
do_pre_regen() {
:
}
do_post_regen() {
# Enforce these damn permissions because for some reason in some weird cases
# they are spontaneously replaced by root:root -_-
chown -R redis:adm /var/log/redis
}
do_$1_regen ${@:2}