File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.1 (2021-01-20)
4+
5+ * [ bugfix] Fix bug in timeout call introduced in v1.11.0
6+
37## 1.11.0 (2021-01-19)
48
59 * Add backward compatible bugfix for newer versions of Busybox 'timeout'
Original file line number Diff line number Diff line change 11[de MODULE_INFO
22 (" name" " tinycore-network" )
3- (" version" " 1.11.0 " )
3+ (" version" " 1.11.1 " )
44 (" summary" " TinyCore static/dhcp networking" )
55 (" source" " https://on-premises.com" )
66 (" author" " Alexander Williams" )
Original file line number Diff line number Diff line change 55# MIT License
66# Copyright (c) 2015-2021 Alexander Williams, Unscramble <license@unscramble.jp>
77#
8- # VERSION: 1.11.0
8+ # VERSION: 1.11.1
99
1010. /etc/init.d/tc-functions
1111set -a
@@ -36,7 +36,7 @@ set_ntpdate() {
3636 if [ " $? " = 1 ]; then
3737 dasht=" "
3838 fi
39- /usr/bin/timeout " $dasht " $ntpretry /usr/sbin/ntpd -d -n -q -p " $ntpserver " >> /var/log/ntp.log 2>&1 || set_ntpdate
39+ /usr/bin/timeout $dasht $ntpretry /usr/sbin/ntpd -d -n -q -p " $ntpserver " >> /var/log/ntp.log 2>&1 || set_ntpdate
4040 else
4141 return 1
4242 fi
You can’t perform that action at this time.
0 commit comments