]> feistymeow.org Git - feisty_meow.git/commitdiff
removed path for rdate
authorChris Koeritz <fred@gruntose.com>
Thu, 12 Mar 2026 14:32:22 +0000 (14:32 +0000)
committerChris Koeritz <fred@gruntose.com>
Thu, 12 Mar 2026 14:32:22 +0000 (14:32 +0000)
since that's silly, and it was no longer on that path anyway.

scripts/system/update_system_time.sh

index a65ea503208b69494b9f0123745052ba30e578cd..b9cc97db8be4aaec607551aa3bed08b686338df0 100644 (file)
@@ -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:"