diff options
| author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-03-28 17:48:37 -0500 | 
|---|---|---|
| committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-03-28 17:54:05 -0500 | 
| commit | b9ab6ab5987edf34fb79d5f0fafee381103f69d7 (patch) | |
| tree | 5b3b116ac170509d1830017f2c1b25f098cf5be1 /src | |
| parent | b5d940d9f279a8391c8d8c56cc86f4855c9d38b5 (diff) | |
| download | vyos-1x-b9ab6ab5987edf34fb79d5f0fafee381103f69d7.tar.gz vyos-1x-b9ab6ab5987edf34fb79d5f0fafee381103f69d7.zip | |
ntp: T5118: Remove vestigial ntp completion script
This isn't used anymore after migration from ntpd to chrony as part of
T3008.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/completion/list_ntp_servers.sh | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/completion/list_ntp_servers.sh b/src/completion/list_ntp_servers.sh deleted file mode 100755 index d0977fbd6..000000000 --- a/src/completion/list_ntp_servers.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -# Completion script used to select specific NTP server -/bin/cli-shell-api -- listEffectiveNodes system ntp server | sed "s/'//g" | 
