mirror of
https://github.com/openwrt/routing.git
synced 2026-06-17 17:01:55 +04:00
Merge pull request #399 from mwarning/nodogsplash2_fix
nodogsplash2: remove reference to dead code
This commit is contained in:
@@ -174,11 +174,6 @@ create_instance() {
|
||||
|
||||
generate_uci_config "$cfg"
|
||||
|
||||
if ! test_module; then
|
||||
echo "Nodogsplash is missing some kernel modules." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
procd_open_instance $cfg
|
||||
procd_set_param command /usr/bin/nodogsplash -c "/tmp/etc/nodogsplash_$cfg.conf" $OPTIONS
|
||||
procd_set_param respawn
|
||||
|
||||
Reference in New Issue
Block a user