updates based on F5 testing

This commit is contained in:
2020-03-06 08:35:12 -05:00
parent 8288595b3f
commit f1ef618dae
18 changed files with 66 additions and 32 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ fi
if [ -d "$certs_dir" ]; then
echo "Found certificates directory, copy it to local for inclusion in the docker build"
rm -rf $script_dirname/ssl
cp -r $certs_dir $script_dirname/ssl
# Note the -L option for copy is required, since the target are symbolic links and we want the real files
cp -rL $certs_dir $script_dirname/ssl
fi
# 2. stop and remove all running/existing containers