From 68fe8af89555cab2c32d1eb73f7e578d732f953e Mon Sep 17 00:00:00 2001 From: Rob White Date: Wed, 2 May 2018 17:15:50 +0100 Subject: [PATCH] nodogsplash: add startup checks and restart hook --- nodogsplash2/files/nodogsplash.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodogsplash2/files/nodogsplash.init b/nodogsplash2/files/nodogsplash.init index 0e77de8..04ba71f 100755 --- a/nodogsplash2/files/nodogsplash.init +++ b/nodogsplash2/files/nodogsplash.init @@ -255,8 +255,8 @@ depends() { echo " * Restarting NodogSplash" /etc/init.d/nodogsplash restart fi - else echo " * NodogSplash fwhook is disabled" - + else + echo " * NodogSplash fwhook is disabled" fi fi }