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

Merged
telackey merged 2 commits from dboreham/deployment-volumes into main 2023-06-28 03:18:05 +00:00
Showing only changes of commit 12a6912772 - Show all commits

View File

@ -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