rsync_ui: nicer error message

This commit is contained in:
2017-09-07 15:47:42 +02:00
parent 2bac3997f6
commit 020f70b2cb

View File

@@ -56,7 +56,7 @@ fi
cd $PILLAR_DIR
if [ $(git rev-parse --abbrev-ref HEAD) != "production" ]; then
echo "You are NOT on the production branch, refusing to rsync_ui." >&2
echo "Pillar is NOT on the production branch, refusing to rsync_ui." >&2
exit 1
fi