summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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