Merge pull request #399 from mwarning/nodogsplash2_fix

nodogsplash2: remove reference to dead code
This commit is contained in:
Jo-Philipp Wich 2018-07-31 18:33:58 +02:00 committed by GitHub
commit 76773ec5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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