#!/bin/sh

MESSAGE="
IMPORTANT: satellite-backup has been removed in favor of 'foreman-maintain backup'.
This change happened in order to support remote databases and a newer mongo version.
Please update your scripts and/or cron jobs.
"

echo "$MESSAGE"
exit 1
