aboutsummaryrefslogtreecommitdiffstats
path: root/web/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'web/init.sh')
-rwxr-xr-xweb/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/init.sh b/web/init.sh
index 736acc1..1545fc8 100755
--- a/web/init.sh
+++ b/web/init.sh
@@ -9,4 +9,4 @@
##############################################################################
python manage.py migrate && \
python manage.py collectstatic --no-input && \
-gunicorn pharos_dashboard.wsgi -b 0.0.0.0:8000
+gunicorn laas_dashboard.wsgi -b 0.0.0.0:8000