Merge branch '15453-default-is-not-a-remote'
[arvados.git] / tools / arvbox / lib / arvbox / docker / service / certificate / run
index f951eef18d0e8e2690b4d4c64c446f2f52ae4ff2..6443b01793dd61aaa56e717aff71ec839a26c2c3 100755 (executable)
@@ -8,6 +8,8 @@ set -ex -o pipefail
 
 . /usr/local/lib/arvbox/common.sh
 
+/usr/local/lib/arvbox/runsu.sh flock /var/lib/arvados/cluster_config.yml.lock /usr/local/lib/arvbox/cluster-config.sh
+
 uuid_prefix=$(cat /var/lib/arvados/api_uuid_prefix)
 
 if ! openssl verify -CAfile $root_cert $root_cert ; then