From b379555bee50c563eee42110b60918ff992cdc45 Mon Sep 17 00:00:00 2001 From: Daniel K Lyons <dlyons@nrao.edu> Date: Wed, 9 Mar 2022 16:55:26 -0700 Subject: [PATCH] fixing permissions from the condor bootup procedure --- services/workflow/bin/boot-condor-and-workflow.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/services/workflow/bin/boot-condor-and-workflow.sh b/services/workflow/bin/boot-condor-and-workflow.sh index f26082d3f..80fa1791e 100755 --- a/services/workflow/bin/boot-condor-and-workflow.sh +++ b/services/workflow/bin/boot-condor-and-workflow.sh @@ -22,6 +22,7 @@ set -e set -o pipefail # Start condor daemons +chown -R condor:condor /var/spool/condor condor_master # Make directory for standardized Python location (if it doesn't exist) -- GitLab