client: log line with more details
gitea/evobackup/pipeline/head This commit looks good Details

This commit is contained in:
Jérémy Lecour 2022-12-27 13:36:24 +01:00 committed by Jérémy Lecour
parent aa7366ce2e
commit 8babc64e0d
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ sync_tasks() {
rsync_main_cmd=$(build_rsync_main_cmd)
# … log it
log "SYNC_TASKS - Rsync command : ${rsync_main_cmd}"
log "SYNC_TASKS - Rsync main command : ${rsync_main_cmd}"
# … execute it
eval "${rsync_main_cmd}"