adding output for sirf modifiers
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S99final_sequence
index 0b7e2a6..40bab82 100755 (executable)
@@ -28,6 +28,10 @@ then
        chmod 644 /var/www/data/reboot
        (echo "Rebooting..." > /var/www/data/reboot; reboot)&
 
+       mknod /var/www/data/restart_ssh p
+       chmod 644 /var/www/data/restart_ssh
+       (echo "SSH Restart" > /var/www/data/restart_ssh; /etc/init.d/S50dropbear restart)&
+
        cldate=`date '+%d.%m.%Y'`
        touch /var/www/data/ntp.log.$cldate
        chmod 644 /var/www/data/ntp.log.$cldate