diff --git a/client/zzz_evobackup.sh b/client/zzz_evobackup.sh index 537d53c..83d4944 100644 --- a/client/zzz_evobackup.sh +++ b/client/zzz_evobackup.sh @@ -14,10 +14,6 @@ # # Licence: AGPLv3 -source ./lib/utilities.sh -source ./lib/dump.sh -source ./lib/main.sh - ####################################################################### # # You must configure the MAIL variable to receive notifications. @@ -239,6 +235,12 @@ local_tasks() { ### log "LOCAL_TASKS - stop ${dump_file}" ### } +########## Libraries ################################################## + +source ./lib/utilities.sh +source ./lib/dump.sh +source ./lib/main.sh + ########## Optional configuration ##################################### # If you set a value (like "linux", "openbsd"…) it will be used,