#!/bin/bash # Minimal bootstrap script for cloud-init first boot (test). set -e echo "[$(date -Iseconds)] test completed" | tee -a /var/log/cloud-init-bootstrap.log