From 5ff35f776871bbfbd32cb2f1bfaf5c05197d078d Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Tue, 22 Feb 2011 22:51:31 -0500 Subject: [PATCH] pass --noinput to sync since admin is disabled and there's no adminable stuff --- teamplayer/start-teamplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamplayer/start-teamplayer b/teamplayer/start-teamplayer index 02eb714..f4dc34d 100755 --- a/teamplayer/start-teamplayer +++ b/teamplayer/start-teamplayer @@ -10,7 +10,7 @@ hg serve -p 8000 --prefix /repo/ > /var/log/teamplayer/hgserve.log 2>&1 & cd ~/web if [ ! -f "/etc/firstboot" ] ; then - python manage.py syncdb + python manage.py syncdb --noinput --verbosity=0 fi # start the fastcgi daemon