Skip to content

Commit

Permalink
Make sure no settings.pyc will be misplaced
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
  • Loading branch information
seocam committed Aug 31, 2015
1 parent f1fe428 commit 854a1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sudo chown vagrant:vagrant /etc/colab

if [ ! -s /etc/colab/settings.py ]; then
colab-admin initconfig > /etc/colab/settings.py
rm -f /etc/colab/settings.pyc # remove pyc if exists
fi

colab-admin migrate
Expand Down

0 comments on commit 854a1da

Please sign in to comment.