luci-app-ssr-plus: use "&" to instead of "-d" (daemon mode) (#4307)

This commit is contained in:
CN_SZTL 2020-04-14 09:25:59 +08:00 committed by GitHub
parent 9cf7ebae5f
commit 3ad7a35c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ start_dns() {
purge_cache=off;
}
EOF
/usr/sbin/pdnsd -c /var/etc/pdnsd.conf -d &
/usr/sbin/pdnsd -c /var/etc/pdnsd.conf &
}
if [ "$ssr_dns" != "0" ]; then
case "$run_mode" in