From 849438033dc167ea95693aec690b1beb8ab50f38 Mon Sep 17 00:00:00 2001 From: Bard Date: Wed, 5 Jul 2023 14:03:13 +0800 Subject: [PATCH] luci-app-alist: fix config --- luci-app-alist/root/etc/init.d/alist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-alist/root/etc/init.d/alist b/luci-app-alist/root/etc/init.d/alist index 85515e7..b22abc8 100755 --- a/luci-app-alist/root/etc/init.d/alist +++ b/luci-app-alist/root/etc/init.d/alist @@ -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",