nodogsplash: fix init script
[feed/routing.git] / nodogsplash / files / nodogsplash.init
index 0712fa9ef130af71b93166d506d86a88f6fcebf8..08f980adeb6ea2b26484a1cf9835b98a993135b9 100755 (executable)
@@ -152,7 +152,7 @@ generate_uci_config() {
 
   config_get val "$cfg" config
   if [ -n "$val" ] ; then
-    if [ -f "$val" ] ; then
+    if [ -f "$val" ] ; then
       nolog error "Configuration file '$file' doesn't exist"
       return 0
     fi