From 230ad8ae7927ade738a891106907324be15f1177 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 11 Jan 2024 08:03:09 +0100 Subject: [PATCH] update comments for the new function name --- client/lib/zzz_evobackup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/lib/zzz_evobackup.sh b/client/lib/zzz_evobackup.sh index 61fba30..50188a2 100644 --- a/client/lib/zzz_evobackup.sh +++ b/client/lib/zzz_evobackup.sh @@ -22,7 +22,7 @@ MAIL=jdoe@example.com ####################################################################### # -# The "sync_tasks" function will be called by the "main" function. +# The "sync_tasks" function will be called by the "run_evobackup" function. # # You can customize the variables: # * "SYNC_NAME" (String) @@ -88,7 +88,7 @@ sync_tasks() { ####################################################################### # -# The "local_tasks" function will be called by the "main" function. +# The "local_tasks" function will be called by the "run_evobackup" function. # # You can call any available "dump_xxx" function # (usually installed at /usr/local/lib/evobackup/dump-*.sh)