Skip to content
Snippets Groups Projects
Commit f1f51d05 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5814-migrate-repo-to-v2' into 'master'

run brefore-transfer hook after registration

See merge request !90
parents 9d10b2f9 7bf31b04
No related branches found
No related tags found
1 merge request!90run brefore-transfer hook after registration
......@@ -36,6 +36,7 @@
# 2022-10-20 ah v2.6 move hook 20-before-transfer (after init of the backup tool)
# 2022-10-21 ah v2.7 shell fixes;
# 2022-11-04 ah v2.8 rename hooks
# 2022-11-07 ah v2.9 run brefore-transfer hook after registration
# ================================================================================
......@@ -314,8 +315,6 @@ function setAction(){
# --------------------------------------------------------------------------------
# ----- PRE transfer
_j_runHooks "300-before-transfer"
h2 "$( date ) Wait for a free slot"
if [ -z "$STORAGE_REGISTER" ]; then
......@@ -334,6 +333,7 @@ function setAction(){
done
fi
_j_runHooks "300-before-transfer"
h2 "$( date ) PRE transfer tasks"
t_backupDoPreTasks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment