#!/bin/sh

cd /opt/osstech/lib/userprof
/opt/osstech/bin/python2.7 ./manage.py syncdb
chown apache:apache /opt/osstech/var/lib/userprof/userprof.db
chmod 660 /opt/osstech/var/lib/userprof/userprof.db
