You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Automatic Startup section of the Raspberry-Pi-APRS.pdf manual (section 6.1) it says to add a line into the 'crontab' file to have a script run once a minute. That portion actually works correctly, but it would not run the script file 'dw-start.sh'. The script file needs to be flagged as 'executable' for the script to run. dw-start.sh was not flagged as executable, therefore it did not run.
To make the dw-start.sh file executable, enter :
sudo chmod +x dw-start.sh
at the command prompt.
This is only a documentation issue for this manual.
Arnold
KQ6DI
The text was updated successfully, but these errors were encountered:
In the Automatic Startup section of the Raspberry-Pi-APRS.pdf manual (section 6.1) it says to add a line into the 'crontab' file to have a script run once a minute. That portion actually works correctly, but it would not run the script file 'dw-start.sh'. The script file needs to be flagged as 'executable' for the script to run. dw-start.sh was not flagged as executable, therefore it did not run.
To make the dw-start.sh file executable, enter :
sudo chmod +x dw-start.sh
at the command prompt.
This is only a documentation issue for this manual.
Arnold
KQ6DI
The text was updated successfully, but these errors were encountered: