nodogsplash2: remove reference to dead code
Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
e46736e78c
commit
c7d0e1c7a4
1 changed files with 0 additions and 5 deletions
|
@ -174,11 +174,6 @@ create_instance() {
|
||||||
|
|
||||||
generate_uci_config "$cfg"
|
generate_uci_config "$cfg"
|
||||||
|
|
||||||
if ! test_module; then
|
|
||||||
echo "Nodogsplash is missing some kernel modules." >&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
procd_open_instance $cfg
|
procd_open_instance $cfg
|
||||||
procd_set_param command /usr/bin/nodogsplash -c "/tmp/etc/nodogsplash_$cfg.conf" $OPTIONS
|
procd_set_param command /usr/bin/nodogsplash -c "/tmp/etc/nodogsplash_$cfg.conf" $OPTIONS
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
|
|
Loading…
Reference in a new issue