Commit 854a1dadb078b99448d8e8793655f1670d7a88b7

Authored by Sergio Oliveira
1 parent f1fe4280

Make sure no settings.pyc will be misplaced

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
vagrant/provision.sh
@@ -37,6 +37,7 @@ sudo chown vagrant:vagrant /etc/colab @@ -37,6 +37,7 @@ sudo chown vagrant:vagrant /etc/colab
37 37
38 if [ ! -s /etc/colab/settings.py ]; then 38 if [ ! -s /etc/colab/settings.py ]; then
39 colab-admin initconfig > /etc/colab/settings.py 39 colab-admin initconfig > /etc/colab/settings.py
  40 + rm -f /etc/colab/settings.pyc # remove pyc if exists
40 fi 41 fi
41 42
42 colab-admin migrate 43 colab-admin migrate