diff --git a/installer2.sh b/installer2.sh index b6a4615..cfeefcb 100644 --- a/installer2.sh +++ b/installer2.sh @@ -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