#!/bin/sh

lxc_dir="/data/lxc"

echo "lxc directory $lxc_dir will be formatted on the next reboot"
rm -f ${lxc_dir}/formatted
