luci-app-alist: fix config

This commit is contained in:
Bard 2023-07-05 14:03:13 +08:00 committed by GitHub
parent 312818d95f
commit 849438033d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ start_service() {
"database": {
"type": "$database",
"host": "$mysql_host",
"port": "$mysql_port",
"port": $mysql_port,
"user": "$mysql_username",
"password": "$mysql_password",
"name": "$mysql_database",