#!/bin/sh

logs_dir="/data/logs"

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