From 76ae22157b93da2d10301eaa00c2a5524d487609 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 3 Sep 2019 10:25:00 +0200
Subject: [PATCH] Fix typo

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index f4a17a7..d5ae902 100644
--- a/install.sh
+++ b/install.sh
@@ -114,7 +114,7 @@ setup() {
     if [ "$funkwhale_database_managed" = "false" ]; then
         echo "  - Custom PostgreSQL configuration: $funkwhale_database_url"
     fi
-    if [ "$funkwhale_disable_django_admin" = "true"]; then
+    if [ "$funkwhale_disable_django_admin" = "true" ]; then
         echo "- Disabled access to API admin dashboard"
     fi
 
-- 
GitLab