#!/bin/bash -e

touch "${INSTANCE_DIR}/.initialized"
echo "Instance ${INSTANCE_ID} is initialized"