newer thingoes
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / opt / restart_ssh_daemon.sh
index 93f677c..c157f4f 100755 (executable)
@@ -6,6 +6,7 @@ chmod 644 /var/www/data/restart_ssh
 while (true)
 do
        echo "SSH Restart" > /var/www/data/restart_ssh 2>&1
+       killall -9 dropbear
        /etc/init.d/S50dropbear restart
 
 done