#!/bin/bash

if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then
    set -x
fi
set -eu
set -o pipefail

sed -ie 's/^ - growpart$//' /etc/cloud/cloud.cfg
