From cb7c551623c5c9103d6b522c34e0f953f2a34f1c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 12 Mar 2026 14:32:22 +0000 Subject: [PATCH] removed path for rdate since that's silly, and it was no longer on that path anyway. --- scripts/system/update_system_time.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/update_system_time.sh b/scripts/system/update_system_time.sh index a65ea503..b9cc97db 100644 --- a/scripts/system/update_system_time.sh +++ b/scripts/system/update_system_time.sh @@ -9,7 +9,7 @@ #hmmm: the generalized pattern of show output only on error is embodied below. make it a function. outfile="$(mktemp /tmp/update_system_time.XXXXXX)" -/usr/bin/rdate -s time.nist.gov &> "$outfile" +rdate -s time.nist.gov &> "$outfile" retval=$? if [ $retval -ne 0 ]; then echo "Actual error code $retval returned by rdate, with output:" -- 2.43.0