ac2cz / pi_pacsat

Open source implementation of the Pacsat protocol based on public documents. Designed to run on a Linux computer using Direwolf as the TNC
4 stars 1 forks source link

If a script fails to execute then the error log should be stored in the pacsat dir #54

Open ac2cz opened 1 month ago

ac2cz commented 1 month ago

This suggests that all scripts are run from a wrapper script that captures the output. If the script ends normally then there is no output, unless the script itself provides it. If there is an error than the log is put in the TXT dir. Perhaps we use tail to add only a maximum number of lines in case of a bad error with lots of output.