#!/bin/bash

if test -e /data/master-clear-not-done; then
    exit 1
fi

exit 0
