Forgot to update mysql hook

This commit is contained in:
Alexandre Aubin 2021-09-21 02:37:11 +02:00
parent bddd81f44b
commit 8f3f5ab251

View file

@ -69,18 +69,4 @@ do_post_regen() {
|| systemctl restart mysql || systemctl restart mysql
} }
do_$1_regen ${@:2}
case "$1" in
pre)
do_pre_regen $4
;;
post)
do_post_regen $4
;;
*)
echo "hook called with unknown argument \`$1'" >&2
exit 1
;;
esac
exit 0