Skip to content
Snippets Groups Projects
Commit 10544734 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed lock-path

parent 8fa6e6b8
Branches
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ A cli tool which uses different validators to validate workflows. ...@@ -38,7 +38,7 @@ A cli tool which uses different validators to validate workflows.
The tool used the following files: The tool used the following files:
* ${HOME}/.cache/validate_workflows/statistics.cnt * ${HOME}/.cache/validate_workflows/statistics.cnt
* /var/run/lock/validate_workflows.lock * /var/lock/validate_workflows.lock
== Ideas == Ideas
......
...@@ -68,7 +68,7 @@ STAGE=any ...@@ -68,7 +68,7 @@ STAGE=any
MODE=auto MODE=auto
FILES_MODE=nothing FILES_MODE=nothing
STATFILE=${HOME}/.cache/validate_workflows/statistics.cnt STATFILE=${HOME}/.cache/validate_workflows/statistics.cnt
LOCKFILE=/var/run/lock/validate_workflows.lock LOCKFILE=/var/lock/validate_workflows.lock
WATCH_FOLDER="" WATCH_FOLDER=""
RESULT_FOLDER="" RESULT_FOLDER=""
VALID_FOLDER="" VALID_FOLDER=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment