diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-25 23:39:27 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-25 23:39:27 +0000 |
| commit | e03cfa23b892a6b206154a00d7c76cb88fd25b2b (patch) | |
| tree | b2cc8eb23c31d0f4542b27a7cebe12a64a881c5a /busybox/ntpd.run | |
| parent | 9a348944d213706b16546ec8e2ab6caf0b596ad6 (diff) | |
| download | alicelinux-e03cfa23b892a6b206154a00d7c76cb88fd25b2b.tar.gz alicelinux-e03cfa23b892a6b206154a00d7c76cb88fd25b2b.zip | |
Woodpecker CI a0d1243728b4d171375387b168561a07b6e1c83f [SKIP CI]
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 |