diff options
Diffstat (limited to 'busybox/ntpd.run')
| -rwxr-xr-x | busybox/ntpd.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/ntpd.run b/busybox/ntpd.run index feee70b1..89c45b18 100755 --- a/busybox/ntpd.run +++ b/busybox/ntpd.run @@ -1,2 +1,2 @@ #!/bin/sh -exec busybox ntpd -n -N -p pool.ntp.org 2>&1 +exec ntpd -n -N -p pool.ntp.org 2>&1 |