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

fix: make validation log file world writeable for seamless integration with NextCloud validation

parent b2e0c134
No related branches found
No related tags found
No related merge requests found
Pipeline #3651 passed
......@@ -422,6 +422,7 @@ exec_cmd() {
start_t=$(date +"%s")
debug "scan_file, calling cmd='${cmd}'"
eval "${cmd} >>\"${log}\" 2>&1"
chmod o+w "${log}"
local is_valid=$?
check_argument_notempty "${is_valid}"
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