summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-27 15:33:57 +0100
committerSimon Rettberg2017-11-27 15:33:57 +0100
commit8bc6bde97a4fc78ff6b3cbd18a4f115efadd2aab (patch)
tree761462f76c80288471f0397c9b50d1318fad5fed /core/rootfs
parent[rfs-stage31] Honor NTP servers returned by DHCP for timesync; fallback to $S... (diff)
downloadmltk-8bc6bde97a4fc78ff6b3cbd18a4f115efadd2aab.tar.gz
mltk-8bc6bde97a4fc78ff6b3cbd18a4f115efadd2aab.tar.xz
mltk-8bc6bde97a4fc78ff6b3cbd18a4f115efadd2aab.zip
ganz klasse
Diffstat (limited to 'core/rootfs')
-rwxr-xr-xcore/rootfs/rootfs-stage31/data/inc/ntp_sync1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/inc/ntp_sync b/core/rootfs/rootfs-stage31/data/inc/ntp_sync
index b5344e5f..410b56d2 100755
--- a/core/rootfs/rootfs-stage31/data/inc/ntp_sync
+++ b/core/rootfs/rootfs-stage31/data/inc/ntp_sync
@@ -10,7 +10,6 @@ func_sync_net_time() {
echo "$SERVER" >> /run/ntpsrv
fi
done
- fi
NTPSRV=$(cat /run/ntpsrv)
SUCCESS=
for SERVER in $NTPSRV; do