Skip to content
Snippets Groups Projects
Commit 76ae2215 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix typo

parent 610817a3
No related branches found
No related tags found
No related merge requests found
Pipeline #5107 passed with stage
in 20 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment