theo/machines/theo-server/deploy/theo-common/import-locsms-first.sh.mako

18 lines
379 B
Plaintext
Raw Normal View History

#!/bin/sh -e
# sanity check
if [ "$USER" != 'rattail' ]; then
echo ''
echo "Please run this script as 'rattail' user:"
echo ''
echo " sudo -u rattail $0"
exit 1
fi
cd ${envroot}
RATTAIL='bin/rattail -c app/quiet.conf -P'
$RATTAIL import-locsms --no-versioning --warnings
$RATTAIL import-versions --runas locsms --warnings -m "initial data from LOC SMS"