diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/toaster | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 90cd982876..1f90362b1f 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster | |||
@@ -64,6 +64,7 @@ function webserverStartAll() | |||
64 | python $BBBASEDIR/lib/toaster/manage.py migrate orm || retval=1 | 64 | python $BBBASEDIR/lib/toaster/manage.py migrate orm || retval=1 |
65 | fi | 65 | fi |
66 | python $BBBASEDIR/lib/toaster/manage.py migrate bldcontrol || retval=1 | 66 | python $BBBASEDIR/lib/toaster/manage.py migrate bldcontrol || retval=1 |
67 | python $BBBASEDIR/lib/toaster/manage.py checksettings || retval=1 | ||
67 | 68 | ||
68 | if [ $retval -eq 0 ]; then | 69 | if [ $retval -eq 0 ]; then |
69 | python $BBBASEDIR/lib/toaster/manage.py runserver 0.0.0.0:8000 </dev/null >${BUILDDIR}/toaster_web.log 2>&1 & echo $! >${BUILDDIR}/.toastermain.pid | 70 | python $BBBASEDIR/lib/toaster/manage.py runserver 0.0.0.0:8000 </dev/null >${BUILDDIR}/toaster_web.log 2>&1 & echo $! >${BUILDDIR}/.toastermain.pid |