#!/bin/sh

echo "--- Restoring user metadata"
bundle exec rake cartodb:redis:user_metadata
if test $? -ne 0; then exit 1; fi
