Skip to content
Snippets Groups Projects
Commit 9ccbbd1c authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: use upcoming validation instead of current

parent 4aad7554
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ExecStart=/usr/local/bin/validate_workflow.sh \ ...@@ -8,7 +8,7 @@ ExecStart=/usr/local/bin/validate_workflow.sh \
--result-folder "/mnt/lza_repair_%i/validate/results/" \ --result-folder "/mnt/lza_repair_%i/validate/results/" \
--mode "%i" \ --mode "%i" \
--files-mode delete \ --files-mode delete \
--stage current \ --stage upcoming \
--daemon --daemon
ExecReload=/bin/kill -HUP $MAINPID ExecReload=/bin/kill -HUP $MAINPID
KillMode=process KillMode=process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment