From 68de2878a0582abe38c67ea6b6c50df36ab7384c Mon Sep 17 00:00:00 2001 From: ctrl-i <1422608+ctrl-i@users.noreply.github.com> Date: Tue, 19 Oct 2021 18:03:37 +0100 Subject: [PATCH] Update u_e-update-hooks.md (#308) Fixed two typos --- docs/u_e-update-hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/u_e-update-hooks.md b/docs/u_e-update-hooks.md index 1d61bbe1c..ee2002354 100644 --- a/docs/u_e-update-hooks.md +++ b/docs/u_e-update-hooks.md @@ -1,9 +1,9 @@ It is possible to add pre- and post-update-hooks to the `update.sh` script that upgrades your whole mailcow installation. -To do so, just add the corresponding bash script into your mailcows root directory: +To do so, just add the corresponding bash script into your mailcow root directory: * `pre_update_hook.sh` for commands that should run before the update -* `post_uddate_hook.sh` for commands that should run after the update is completed +* `post_update_hook.sh` for commands that should run after the update is completed Keep in mind that `pre_update_hook.sh` runs every time you call `update.sh` and `post_update_hook.sh` will only run if the update was successful and the script doesn't have to be re-run.