6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "--- Restoring user metadata"
|
|
bundle exec rake cartodb:redis:user_metadata
|
|
if test $? -ne 0; then exit 1; fi
|