mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to update mysql hook
This commit is contained in:
parent
bddd81f44b
commit
8f3f5ab251
1 changed files with 1 additions and 15 deletions
|
@ -69,18 +69,4 @@ do_post_regen() {
|
|||
|| systemctl restart mysql
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
do_$1_regen ${@:2}
|
||||
|
|
Loading…
Add table
Reference in a new issue