#!/bin/sh
if [ "$MIC_RUN" != "" ]; then
    echo "prompt-mdm-terms - postpone oneshot to first boot"
    exit 1
fi

/usr/libexec/mdm-terms-prompt
