summaryrefslogtreecommitdiffstats
path: root/projectroot/usr/bin/chrony_stat
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/usr/bin/chrony_stat')
-rw-r--r--projectroot/usr/bin/chrony_stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectroot/usr/bin/chrony_stat b/projectroot/usr/bin/chrony_stat
index e86d396db..942ea467b 100644
--- a/projectroot/usr/bin/chrony_stat
+++ b/projectroot/usr/bin/chrony_stat
@@ -81,7 +81,7 @@ esac
done
}
-/bin/pidof chronyd > /dev/null || bailout " chronyd is not running "
+pidof chronyd > /dev/null || bailout " chronyd is not running "
case $1 in
--help)