nodogsplash: add startup checks and restart hook

This commit is contained in:
Rob White 2018-05-02 17:15:50 +01:00 committed by GitHub
parent 2c1b5ba089
commit 68fe8af895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,8 +255,8 @@ depends() {
echo " * Restarting NodogSplash" echo " * Restarting NodogSplash"
/etc/init.d/nodogsplash restart /etc/init.d/nodogsplash restart
fi fi
else echo " * NodogSplash fwhook is disabled" else
echo " * NodogSplash fwhook is disabled"
fi fi
fi fi
} }