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 0 forks source link

Deleted file can not be removed from installed dir #22

Closed ac2cz closed 5 months ago

ac2cz commented 7 months ago

If a file is deleted from the dir then any extracted files can not be removed.

When a file is deleted it should clean up and remove any installed copies. This should be a check in the maintenance and should prevent removal.

We could also allow a force command that removes any files left in an install folder if we delete the whole folder.