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

Merge branch 'master' of git.slub-dresden.de:digital-preservation/validate_workflows

parents 168e42da 0c8dee6a
No related merge requests found
Pipeline #4893 passed
...@@ -425,6 +425,7 @@ exec_cmd() { ...@@ -425,6 +425,7 @@ exec_cmd() {
start_t=$(date +"%s") start_t=$(date +"%s")
debug "scan_file, calling cmd='${cmd}'" debug "scan_file, calling cmd='${cmd}'"
eval "${cmd} >>\"${log}\" 2>&1" eval "${cmd} >>\"${log}\" 2>&1"
chmod o+w "${log}"
local is_valid=$? local is_valid=$?
check_argument_notempty "${is_valid}" check_argument_notempty "${is_valid}"
stop_t=$(date +"%s") stop_t=$(date +"%s")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment