1748951675

This commit is contained in:
2025-06-03 05:54:35 -06:00
parent 1e38941f4c
commit a1bb7479c1
+1 -1
View File
@@ -56,7 +56,7 @@ gerppps=$?
if [ $gerppps -eq 0 ]; then
echo "pps-gpio already in /etc/modules, skipping"
else
echo "Adding pps-gpio to modules"
echo "Adding pps-gpio to /etc/modules"
sudo bash -c "echo 'pps-gpio' >> /etc/modules"
fi