#!/usr/bin/sh

# Launch Quick Setup only when the shared startup policy allows it.
/usr/bin/quick-setup-should-run || exit 0

exec /usr/bin/quick-setup
