From 9dde759d66974d421d25bb4774c51a0142631f77 Mon Sep 17 00:00:00 2001 From: David Murray Date: Mon, 8 Sep 2014 15:56:31 -0400 Subject: [PATCH] The README says that the default is 0, but it's not true. This shouldn't be here :) (as per the README) --- ServoBlaster/user/init-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServoBlaster/user/init-script b/ServoBlaster/user/init-script index 269b053..778baa3 100755 --- a/ServoBlaster/user/init-script +++ b/ServoBlaster/user/init-script @@ -13,7 +13,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin . /lib/init/vars.sh -OPTS="--idle-timeout=2000" +OPTS="" res=0