summaryrefslogtreecommitdiff
path: root/src/op_mode/show_ntp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/op_mode/show_ntp.sh')
-rwxr-xr-xsrc/op_mode/show_ntp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/show_ntp.sh b/src/op_mode/show_ntp.sh
index 85f8eda15..4b59b801e 100755
--- a/src/op_mode/show_ntp.sh
+++ b/src/op_mode/show_ntp.sh
@@ -18,7 +18,7 @@ if ! ps -C chronyd &>/dev/null; then
fi
PID=$(pgrep chronyd | head -n1)
-VRF_NAME=$(ip vrf identify )
+VRF_NAME=$(ip vrf identify ${PID})
if [ ! -z ${VRF_NAME} ]; then
VRF_CMD="sudo ip vrf exec ${VRF_NAME}"