Auto-create bind mount directories inside the deployment dir (#440)

* Auto-create bind mount directories inside the deployment dir

* Fix deploy test
This commit is contained in:
2023-06-27 21:18:04 -06:00
committed by GitHub
parent 831a8cd5f7
commit c76195c491
3 changed files with 23 additions and 7 deletions
@@ -4,7 +4,7 @@ if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
fi
# Test if the container's filesystem is old (run previously) or new
EXISTSFILENAME=/var/exists
EXISTSFILENAME=/data/exists
echo "Test container starting"
if [[ -f "$EXISTSFILENAME" ]];
then