improved startup
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S01custom_pre_startup
index dd39d06..17929bb 100755 (executable)
@@ -24,14 +24,10 @@ then
        . /fs/config/system
 fi
 
-if [ -f /fs/config/dropbear_dss_host_key ]
+if [ -f /fs/config/dropbear.tar ]
 then
-       cp /fs/config/dropbear_dss_host_key /etc/dropbear
-       chmod 600 /etc/dropbear/dropbear_dss_host_key
-fi
-
-if [ -f /fs/config/dropbear_rsa_host_key ]
-then
-       cp /fs/config/dropbear_rsa_host_key /etc/dropbear
-       chmod 600 /etc/dropbear/dropbear_rsa_host_key
+       RD=`pwd`
+       cd /
+       tar xf /fs/config/dropbear.tar
+       cd $RD
 fi