modified startup
authorPaul J R <me@pjr.cc>
Sun, 25 Aug 2013 00:55:17 +0000 (10:55 +1000)
committerPaul J R <me@pjr.cc>
Sun, 25 Aug 2013 00:55:17 +0000 (10:55 +1000)
src/buildroot-2013.05/custom/filesystem/etc/init.d/S01custom_pre_startup

index 3ac5d70..106d07a 100755 (executable)
@@ -41,7 +41,7 @@ then
        RD=`pwd`
        cd /
        echo ".... found - installing"
-       tar xf /fs/config/dropbear.tar
+       tar xf /fs/config/dropbear.tar > /dev/null 2>&1
        cd $RD
 fi