Re: Новый комплект kartina.tv на WDTV Live (обсуждение)
@Refresher
Посмотри тут http://www.pristavka.de/index.php/topic,6525.240.html
@Refresher
Посмотри тут http://www.pristavka.de/index.php/topic,6525.240.html
config_tool -c NTP_DELAY=30
#!/bin/sh NTP_SRV=`sed -n "s/^NTPSERVER='\(.*\)'$/\1/p" /conf/config` if [ "$NTP_SRV" ];then (sleep 60; while [ 1 ]; do /usr/bin/ntpdate $NTP_SRV; if [ $? -eq 0 ]; then sleep 3600; else sleep 60; fi; done)& fi
chmod +x /conf/S99user-script
Комментарий