mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-ssr-plus: use "&" to instead of "-d" (daemon mode) (#4307)
This commit is contained in:
parent
9cf7ebae5f
commit
3ad7a35c91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user