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

run brefore-transfer hook after registration

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