[Pkg-voip-commits] r7570 - /mumble-django/trunk/debian/mumble-django-configure

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sun Sep 6 20:32:54 UTC 2009


Author: svedrin-guest
Date: Sun Sep  6 20:32:54 2009
New Revision: 7570

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7570
Log:
don't run the shell as www-data (breaks with iPython) and quit afterwards

Modified:
    mumble-django/trunk/debian/mumble-django-configure

Modified: mumble-django/trunk/debian/mumble-django-configure
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django-configure?rev=7570&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django-configure (original)
+++ mumble-django/trunk/debian/mumble-django-configure Sun Sep  6 20:32:54 2009
@@ -88,7 +88,8 @@
 	invoke_manage createsuperuser
 
 elif [ "$ACTION" = "3" ]; then
-	invoke_manage shell
+	pyweb/manage.py shell
+	exit 0
 fi
 echo
 




More information about the Pkg-voip-commits mailing list